Skip to content

Commit

Permalink
fix linting, ignore fixtures dirs
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <[email protected]>
  • Loading branch information
tunnckoCore committed Sep 17, 2019
1 parent bdaf944 commit add4b0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
**/node_modules
build
build
integrationTests/__fixtures__
generator/fixtures
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-jest-runner",
"version": "0.5.3",
"name": "@tunnckocore/create-jest-runner",
"version": "0.5.4",
"main": "build/index.js",
"author": "Rogelio Guzman <[email protected]>",
"description": "A simple way of creating a Jest runner",
Expand All @@ -12,6 +12,7 @@
"generator/"
],
"scripts": {
"pre-commit": "yarn lint && yarn test && yarn build",
"test": "jest --no-colors",
"lint": "eslint .",
"watch": "babel lib -w --ignore **/*.test.js,integration -d build",
Expand Down

0 comments on commit add4b0a

Please sign in to comment.