Skip to content

Commit

Permalink
Bump eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Nov 9, 2024
1 parent 84501da commit b5d8c3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 1 addition & 5 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ export default [
...tsPlugin.configs['recommended'].rules,
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'import/extensions': ['error', 'ignorePackages', {
'ts': 'never',
'tsx': 'never'
}]
'@typescript-eslint/no-unused-vars': 'off'
}
}
];
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "https://github.com/playcanvas/model-viewer.git"
},
"devDependencies": {
"@playcanvas/eslint-config": "^2.0.6",
"@playcanvas/eslint-config": "^2.0.7",
"@playcanvas/observer": "^1.5.1",
"@playcanvas/pcui": "^4.6.0",
"@rollup/plugin-alias": "^5.1.1",
Expand Down

0 comments on commit b5d8c3b

Please sign in to comment.