Skip to content

Commit

Permalink
Move docs .eslintrc in site/.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 15, 2018
1 parent 18ff70c commit 29f8498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"js-main": "npm-run-all js-lint js-compile js-minify",
"js-docs": "npm-run-all js-lint-docs js-minify-docs",
"js-lint": "eslint js/src js/tests build/",
"js-lint-docs": "eslint site/docs/4.1/assets/js/ site/sw.js",
"js-lint-docs": "eslint site/",
"js-compile": "npm-run-all --parallel js-compile-* --sequential js-copy",
"js-compile-standalone": "rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap",
"js-compile-bundle": "rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ecmaVersion": 5,
"sourceType": "script"
},
"extends": "../../../../../.eslintrc.json",
"extends": "../.eslintrc.json",
"rules": {
// Best Practices
"no-magic-numbers": "off",
Expand Down

0 comments on commit 29f8498

Please sign in to comment.