Merge pull request #551 from Isoporhode/launch

Ran eslint on Angular workflow
This commit is contained in:
Frikky
2021-10-31 22:23:30 +01:00
committed by GitHub
2 changed files with 134 additions and 1080 deletions
+8 -2
View File
@@ -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%",
File diff suppressed because it is too large Load Diff