mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Merge pull request #281 from pdehaan/deLint
Stop ESLint from linting the /public/ directory
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
public/upload.js
|
public
|
||||||
public/download.js
|
|
||||||
public/webcrypto-shim.js
|
|
||||||
test/frontend/bundle.js
|
test/frontend/bundle.js
|
||||||
firefox
|
firefox
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
"build:version": "node scripts/version",
|
"build:version": "node scripts/version",
|
||||||
"build:l10n": "cp node_modules/l20n/dist/web/l20n.min.js public",
|
"build:l10n": "cp node_modules/l20n/dist/web/l20n.min.js public",
|
||||||
"dev": "npm run build && npm start",
|
"dev": "npm run build && npm start",
|
||||||
"format": "prettier '{frontend/src/,scripts/,server/,test/}*.js' 'public/*.css' --single-quote --write",
|
"format": "prettier '{frontend/src/,scripts/,server/,test/**/}*.js' 'public/*.css' --single-quote --write",
|
||||||
"lint": "npm-run-all lint:*",
|
"lint": "npm-run-all lint:*",
|
||||||
"lint:css": "stylelint 'public/*.css'",
|
"lint:css": "stylelint 'public/*.css'",
|
||||||
"lint:js": "eslint .",
|
"lint:js": "eslint .",
|
||||||
|
|||||||
@@ -19,3 +19,5 @@ rules:
|
|||||||
mocha/no-pending-tests: error
|
mocha/no-pending-tests: error
|
||||||
mocha/no-return-and-callback: warn
|
mocha/no-return-and-callback: warn
|
||||||
mocha/no-skipped-tests: error
|
mocha/no-skipped-tests: error
|
||||||
|
|
||||||
|
no-console: off # ¯\_(ツ)_/¯
|
||||||
|
|||||||
Reference in New Issue
Block a user