chore: fix eslint crashing issues (#1951)
This commit is contained in:
9
packages/styles/.eslintrc.js
Normal file
9
packages/styles/.eslintrc.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: ['../../common.eslintrc.js'],
|
||||
parserOptions: {
|
||||
project: './tsconfig.json',
|
||||
tsconfigRootDir: __dirname,
|
||||
},
|
||||
ignorePatterns: ['**/*.spec.ts'],
|
||||
}
|
||||
Reference in New Issue
Block a user