Architect standard ESLint configuration
Add the following to package.json
(and don't forget to remove the .eslintrc.js
file).
"eslintConfig": {
"extends": "@architect/eslint-config"
}
Architect standard ESLint configuration
Add the following to package.json
(and don't forget to remove the .eslintrc.js
file).
"eslintConfig": {
"extends": "@architect/eslint-config"
}