mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-08 18:21:20 +00:00
test: modify lint
command to only process src
dir (#236)
This commit is contained in:
parent
7fdc3b26ea
commit
7ac667c77d
@ -1,6 +1,5 @@
|
||||
{
|
||||
"root": true,
|
||||
"ignorePatterns": ["dist"],
|
||||
"extends": ["eslint:recommended"],
|
||||
"overrides": [
|
||||
{
|
||||
|
@ -4,7 +4,7 @@
|
||||
"scripts": {
|
||||
"build": "ncc build src/index.ts",
|
||||
"format": "prettier --write --cache . !dist !README.md",
|
||||
"lint": "eslint --ignore-path .gitignore .",
|
||||
"lint": "eslint src",
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user