@steinringer/eslint-config-st-web-ng
v1.3.1
Published
ESlint config for angular web development at Steinringer WEB and IT solutions
Downloads
4
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-ng
install also gulp-eslint
in case of usage with gulp
npm install --save-dev eslint @steinringer/eslint-config-st-web-ng gulp-eslint
Extend in .eslintrc.json
file
{
"extends": "@steinringer/st-web-ng"
}