1.0.6 • Published 7 years ago

eslint-config-raniesantos v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

eslint-config-raniesantos

Latest Version on NPM Software License

My personal ESLint configuration.

This config extends eslint-config-standard and eslint-plugin-vue Strongly Recommended with a few opinionated overrides.


Install

# Install this package as a devDependency
$ npm install --save-dev eslint-config-raniesantos

# Then install the peer dependencies
$ npm install --save-dev eslint@^4.18.2 eslint-config-standard@^11.0.0 eslint-plugin-import@^2.9.0 eslint-plugin-node@^6.0.1 eslint-plugin-promise@^3.6.0 eslint-plugin-standard@^3.0.1 eslint-plugin-vue@^4.3.0 babel-eslint@^8.2.2

Then have your project's .eslintrc file extend the ruleset.

{
    "extends": ["raniesantos"]
}

License

Released under the MIT License.

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago