Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Base theme linting should break the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Oct 25, 2016
1 parent 809f646 commit 4dfcf8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"#integration-tests": "needs this order (index test the build, and cli is cleaning it)",
"integration-tests": "ava __tests__/index.js && ava __tests__/cli.js",
"phenomic-theme-base": "babel-node scripts/phenomic-theme-base.js",
"phenomic-theme-base-linting": "eslint --ignore-path .gitignore --fix themes/phenomic-theme-base/scripts themes/phenomic-theme-base/src",
"phenomic-theme-base-linting": "eslint --config package.json --ignore-path .gitignore --fix themes/phenomic-theme-base/scripts themes/phenomic-theme-base/src",
"prephenomic-theme-base-start": "npm run transpile && npm run phenomic-theme-base",
"phenomic-theme-base-start": "cd themes/phenomic-theme-base && npm start",
"pretest-phenomic-theme-base": "babel-node scripts/test-phenomic-theme-base.js",
Expand Down
1 change: 1 addition & 0 deletions themes/phenomic-theme-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
}
},
"eslintConfig": {
"root": true,
"extends": "./node_modules/phenomic/lib/eslint-config-recommended/index.js"
},
"stylelint": {
Expand Down

0 comments on commit 4dfcf8f

Please sign in to comment.