Skip to content

Commit

Permalink
Merge pull request #150 from danielemery/95-update-to-100-release-of-…
Browse files Browse the repository at this point in the history
…dtdoteslint-config

Update to latest @dtdot/eslint-config
  • Loading branch information
danielemery authored Dec 23, 2024
2 parents f8f1c3e + 08b832a commit a6afa67
Show file tree
Hide file tree
Showing 21 changed files with 3,222 additions and 851 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.js

This file was deleted.

2 changes: 0 additions & 2 deletions .prettierrc.js

This file was deleted.

13 changes: 13 additions & 0 deletions eslint.config.js
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/*'],
}
]
Loading

0 comments on commit a6afa67

Please sign in to comment.