Skip to content

Commit add4b0a

Browse files
committed
fix linting, ignore fixtures dirs
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent bdaf944 commit add4b0a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.eslintignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
**/node_modules
2-
build
2+
build
3+
integrationTests/__fixtures__
4+
generator/fixtures

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "create-jest-runner",
3-
"version": "0.5.3",
2+
"name": "@tunnckocore/create-jest-runner",
3+
"version": "0.5.4",
44
"main": "build/index.js",
55
"author": "Rogelio Guzman <[email protected]>",
66
"description": "A simple way of creating a Jest runner",
@@ -12,6 +12,7 @@
1212
"generator/"
1313
],
1414
"scripts": {
15+
"pre-commit": "yarn lint && yarn test && yarn build",
1516
"test": "jest --no-colors",
1617
"lint": "eslint .",
1718
"watch": "babel lib -w --ignore **/*.test.js,integration -d build",

0 commit comments

Comments
 (0)