-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reinstall @dtdot/eslint-config and follow bootstrap instructions
- Loading branch information
1 parent
e3a0d22
commit 5cd9df4
Showing
6 changed files
with
4,905 additions
and
144 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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
const config = require('@dtdot/eslint-config'); | ||
|
||
module.exports = [ | ||
...config.eslint.configs.recommended, | ||
{ | ||
rules: { | ||
// Place any rule overrides in here | ||
} | ||
}, | ||
{ | ||
ignores: ['build', 'dist', 'eslint.config.*', 'prettier.config.*', 'src/generated/*'], | ||
} | ||
] |
Oops, something went wrong.