mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 19:35:02 -02:30
update eslint config and add eslint ignore
This commit is contained in:
9
.eslintignore
Normal file
9
.eslintignore
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
jest.*.js
|
||||||
|
webpack.*.js
|
||||||
|
|
||||||
|
etc
|
||||||
|
coverage
|
||||||
|
build
|
||||||
|
node_modules
|
||||||
|
dist
|
||||||
|
images
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
|
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
|
||||||
"test": "jest --watch --coverage",
|
"test": "jest --watch --coverage",
|
||||||
"lint": "./node_modules/eslint/bin/eslint.js src/**/*.js src/**/*.jsx",
|
"lint": "eslint --ext .js --ext .jsx . --debug",
|
||||||
"add-locale": "lingui add-locale",
|
"add-locale": "lingui add-locale",
|
||||||
"extract-strings": "lingui extract",
|
"extract-strings": "lingui extract",
|
||||||
"compile-strings": "lingui compile"
|
"compile-strings": "lingui compile"
|
||||||
|
|||||||
Reference in New Issue
Block a user