@steinringer/eslint-config-st-web-ng
v1.3.1
Published
ESlint config for angular web development at Steinringer WEB and IT solutions
Keywords
Readme
Steinringer angular ESlint configuration
ESlint config for angular web development at Steinringer WEB and IT solutions
Install
npm install --save-dev eslint @steinringer/eslint-config-st-web-nginstall also gulp-eslint in case of usage with gulp
npm install --save-dev eslint @steinringer/eslint-config-st-web-ng gulp-eslintExtend in .eslintrc.json file
{
"extends": "@steinringer/st-web-ng"
}