Skip to content

Commit

Permalink
FIX: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Brien committed Jul 3, 2024
1 parent e20250a commit 64b81fa
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 373 deletions.
25 changes: 0 additions & 25 deletions .eslintrc.js

This file was deleted.

11 changes: 11 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export default [{
ignores: ['**/dist/'],
rules: {
'linebreak-style': ['error', 'unix'],
'quotes': ['error', 'single', { allowTemplateLiterals: true }],
'semi': ['error', 'never'],
'no-case-declarations': 'off',
'indent': ['error', 4, { SwitchCase: 0, flatTernaryExpressions: true }],
'object-curly-spacing': ['error', 'never']
}
}]
Loading

0 comments on commit 64b81fa

Please sign in to comment.