Skip to content

Commit

Permalink
chore: migrate to the new flat eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwaltz committed Dec 6, 2024
1 parent b4f6dbe commit d3592df
Show file tree
Hide file tree
Showing 7 changed files with 517 additions and 294 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.cjs

This file was deleted.

3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"singleQuote": true,
"trailingComma": "all"
"singleQuote": true
}
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import moserConfig from '@moser-inc/eslint-config/flat';

export default moserConfig({ tsconfigPath: 'tsconfig.json' });
Loading

0 comments on commit d3592df

Please sign in to comment.