1.1.0 • Published 4 years ago

eslint-config-notthemonkee v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

eslint-config-notthemonkee

Shareable ESLint Config

To add this file to your own project, setup your project's package.json to include the following (note that you should use up-to-date versions of each dependency):

  "devDependencies": {
    "eslint": "^6.6.0",
    "eslint-config-notthemonkee": "^1.0.0",
    "eslint-config-prettier": "^6.5.0",
    "eslint-plugin-prettier": "^3.1.1"
  },

and then in your project's root folder, create a .eslintrc file containing the following:

{
  "extends": "eslint-config-notthemonkee"
}

Perform an npm install and now IDEs such as WebStorm and VSCode should be able to find the .eslintrc and give you responsive feedback!