mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-10 19:21:20 +00:00
test(eslint): use .gitignore
to ignore files
This commit is contained in:
parent
61dd4011c7
commit
a697acef8a
@ -4,7 +4,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bundle": "tsc && ncc build dist/main.mjs -o main",
|
"bundle": "tsc && ncc build dist/main.mjs -o main",
|
||||||
"check": "prettier --write . !main !README.md && eslint src package.json",
|
"check": "prettier --write . !main !README.md && eslint --ignore-path .gitignore .",
|
||||||
"test": "tsc && jest"
|
"test": "tsc && jest"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user