Skip to content

Commit

Permalink
Be strict with linter paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Heilemann committed Jan 21, 2020
1 parent 78fd0ca commit ba751cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"−−−−−−−−−−−−−−−−−−− LINT/TEST −−−−−−−−−−−−−−−−−−−−–": "",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"lint": "run-s lint:*",
"lint:js": "eslint .",
"lint:js": "eslint ./src ./utils ./gatsby ./scripts ./plugins",
"lint:scss": "stylelint ./src/styles",
"−−−−−−−−−−−−−−−−− SCRIPTS/TOOLS −−−−−−−−−−−−−−−−–−−": "",
"version": "node ./scripts/version.js",
Expand Down Expand Up @@ -113,4 +113,4 @@
"stylelint-scss": "^3.13.0",
"taskz": "^1.3.0"
}
}
}

0 comments on commit ba751cd

Please sign in to comment.