2.1.3 • Published 8 years ago

@bryanrsmith/eslint-config-standard v2.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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
    }
}
2.1.3

8 years ago

2.1.2

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago