Skip to content

Commit

Permalink
Merge pull request #27 from SlimeVR/fix/esm-and-cjs
Browse files Browse the repository at this point in the history
fuck eslint
  • Loading branch information
TheDevMinerTV authored Jun 6, 2024
2 parents d65d6a0 + 5da613f commit 2e7f74d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
extends: ['@slimevr/eslint-config'],
parserOptions: {
project: [
'./packages/*/tsconfig.json',
'./packages/*/tsconfig.esm.json',
'./apps/*/tsconfig.json',
'./apps/firmware-protocol-debugger-gui/backend/tsconfig.json'
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
extends: ['@slimevr/eslint-config', 'plugin:react/recommended'],
settings: {
react: {
Expand Down

0 comments on commit 2e7f74d

Please sign in to comment.