Skip to content

Commit

Permalink
Update ESLint Config (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
montalvomiguelo authored Apr 5, 2023
1 parent e57c0a6 commit f149743
Show file tree
Hide file tree
Showing 8 changed files with 793 additions and 845 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
extends: 'standard-with-typescript',
parserOptions: {
tsconfigRootDir: __dirname,
project: [
'./tsconfig.eslint.json',
'./packages/*/tsconfig.json',
'./examples/*/tsconfig.json',
'./preset/tsconfig.json'
]
}
}
6 changes: 0 additions & 6 deletions examples/vite-shopify-example/.eslintrc.js

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.23.0",
"@pnpm/types": "^8.3.0",
"@types/debug": "^4.1.7",
"@types/lodash": "^4.14.182",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
Expand Down
6 changes: 0 additions & 6 deletions packages/vite-plugin-shopify/.eslintrc.js

This file was deleted.

Loading

0 comments on commit f149743

Please sign in to comment.