-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplified eslint configuration (#147)
* chore: Simplified eslint config * chore: Updated blueprints * chore: Updated fixtures * chore: Added changeset --------- Co-authored-by: ijlee2 <[email protected]>
- Loading branch information
Showing
17 changed files
with
62 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@codemod-utils/cli": patch | ||
--- | ||
|
||
Simplified eslint configuration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import eslintConfigNodeJavascript from './javascript/index.js'; | ||
|
||
export default [...eslintConfigNodeJavascript]; | ||
export default eslintConfigNodeJavascript; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
import eslintConfigNodeTypescript from '@shared-configs/eslint-config-node/typescript/index.js'; | ||
|
||
export default [ | ||
{ | ||
ignores: [ | ||
'dist/', | ||
'dist-for-testing/', | ||
'node_modules/', | ||
'src/blueprints/', | ||
'tests/fixtures/', | ||
'tmp/', | ||
'!.*', | ||
'.*/', | ||
], | ||
}, | ||
|
||
...eslintConfigNodeTypescript, | ||
]; | ||
export default eslintConfigNodeTypescript; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
import eslintConfigNodeTypescript from '@shared-configs/eslint-config-node/typescript/index.js'; | ||
|
||
export default [ | ||
{ | ||
ignores: [ | ||
'dist/', | ||
'dist-for-testing/', | ||
'node_modules/', | ||
'src/blueprints/', | ||
'tests/fixtures/', | ||
'tmp/', | ||
'!.*', | ||
'.*/', | ||
], | ||
}, | ||
|
||
...eslintConfigNodeTypescript, | ||
]; | ||
export default eslintConfigNodeTypescript; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
import eslintConfigNodeTypescript from '@shared-configs/eslint-config-node/typescript/index.js'; | ||
|
||
export default [ | ||
{ | ||
ignores: [ | ||
'dist/', | ||
'dist-for-testing/', | ||
'node_modules/', | ||
'src/blueprints/', | ||
'tests/fixtures/', | ||
'tmp/', | ||
'!.*', | ||
'.*/', | ||
], | ||
}, | ||
|
||
...eslintConfigNodeTypescript, | ||
]; | ||
export default eslintConfigNodeTypescript; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
import eslintConfigNodeTypescript from '@shared-configs/eslint-config-node/typescript/index.js'; | ||
|
||
export default [ | ||
{ | ||
ignores: [ | ||
'dist/', | ||
'dist-for-testing/', | ||
'node_modules/', | ||
'src/blueprints/', | ||
'tests/fixtures/', | ||
'tmp/', | ||
'!.*', | ||
'.*/', | ||
], | ||
}, | ||
|
||
...eslintConfigNodeTypescript, | ||
]; | ||
export default eslintConfigNodeTypescript; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.