1.0.0 • Published 4 months ago

eslint-config-sundog-app v1.0.0

Weekly downloads
12
License
-
Repository
-
Last release
4 months ago

eslint-config-sundog-app

First, install this package, ESLint and the necessary plugins.

npm install --save-dev eslint-config-sundog-app

Then 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"
  ]
}