mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 18:49:02 +08:00
ignore css files for linter
This commit is contained in:
parent
0bb5ab6d9b
commit
1888f0ce11
1
.eslintignore
Normal file
1
.eslintignore
Normal file
@ -0,0 +1 @@
|
||||
**/*.css
|
@ -9,7 +9,7 @@
|
||||
"build:packages": "node ./node_modules/@babel/node/bin/babel-node.js ./build/packages/build.js",
|
||||
"build:examples": "node ./node_modules/@babel/node/bin/babel-node.js ./build/examples/build.js --env=production",
|
||||
"release": "yarn build:packages && yarn lint && yarn test && lerna publish",
|
||||
"lint": "eslint ./packages/**/src/**",
|
||||
"lint": "eslint --quiet ./packages/**/src/**",
|
||||
"test": "jest",
|
||||
"audit-ci": "audit-ci --critical"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user