Skip to content

Commit

Permalink
build: update some configs
Browse files Browse the repository at this point in the history
  • Loading branch information
malkiii committed Apr 6, 2024
1 parent 3ae0ce2 commit 6796c41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// This configuration only applies to the package manager root.
/** @type {import("eslint").Linter.Config} */
module.exports = {
ignorePatterns: ["apps/**", "packages/**"],
extends: ["@repo/eslint-config/library.js"],
parser: "@typescript-eslint/parser",
extends: ['@repo/eslint-config/library.js'],
parser: '@typescript-eslint/parser',
parserOptions: {
project: true,
},
Expand Down
4 changes: 2 additions & 2 deletions apps/demo/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/** @type {import("eslint").Linter.Config} */
module.exports = {
root: true,
extends: ["@repo/eslint-config/next.js"],
parser: "@typescript-eslint/parser",
extends: ['@repo/eslint-config/next.js'],
parser: '@typescript-eslint/parser',
parserOptions: {
project: true,
},
Expand Down
1 change: 0 additions & 1 deletion packages/typescript-config/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"incremental": false,
"isolatedModules": true,
"noUncheckedIndexedAccess": true,
"resolveJsonModule": true,
"skipLibCheck": true
}
}

0 comments on commit 6796c41

Please sign in to comment.