eslint-config-sundog-app
v1.0.0
Published
First, install this package, ESLint and the necessary plugins.
Readme
eslint-config-sundog-app
First, install this package, ESLint and the necessary plugins.
npm install --save-dev eslint-config-sundog-appThen create a file named .eslintrc.json with following contents in the root folder of your project:
{
"extends": [
"eslint-config-sundog-app"
]
}
and a file named .eslintrc.json with following contents in the "src" folder (source code for Universal JS) of your project:
{
"extends": [
"eslint-config-sundog-app"
]
}