Skip to content

Commit

Permalink
test: ignore local_dev scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yxuo committed Jan 25, 2024
1 parent 48de08b commit e8d2b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
node: true,
jest: true,
},
ignorePatterns: ['.eslintrc.js'],
ignorePatterns: ['.eslintrc.js', 'local_dev'],
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
Expand Down
1 change: 1 addition & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"test",
"dist",
"**/*spec.ts",
"local_dev",
]
}

0 comments on commit e8d2b7b

Please sign in to comment.