@bryanrsmith/eslint-config-standard

2.1.3 • Public • Published

eslint-config-standard

This is the standard eslint config that I use for personal projects.

npm install --save-dev @bryanrsmith/eslint-config-standard

example .eslintrc:

{
    "extends": "@bryanrsmith/eslint-config-standard",
    "parser": "babel-eslint",
    "env": {
        "es6": true,
        "node": true
    },
    "ecmaFeatures": {
        "modules": true,
        "experimentalObjectRestSpread": true
    }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.1.3
    5
    • latest

Version History

Package Sidebar

Install

npm i @bryanrsmith/eslint-config-standard

Weekly Downloads

6

Version

2.1.3

License

MIT

Last publish

Collaborators

  • bryanrsmith