Merge pull request #551 from Isoporhode/launch
Ran eslint on Angular workflow
This commit is contained in:
@@ -74,10 +74,16 @@
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"lint": "eslint 'src/**/*.{tsx,ts,js,jsx}'"
|
||||
"lint": "eslint 'src/**/*.{tsx,ts,js,jsx}'",
|
||||
"lint_file": "eslint 'src/views/AngularWorkflow.jsx'"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
"extends": "react-app",
|
||||
"rules":{
|
||||
"jsx-a11y/img-redundant-alt" : "off",
|
||||
"no-redeclare" : "off",
|
||||
"no-loop-func": "off"
|
||||
}
|
||||
},
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
|
||||
+126
-1078
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user