1.0.0 • Published 5 years ago

@exolnet/eslint-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

eXolnet's eslint config

NPM version Software License Build Status

Our base shareable eslint configuration.

Installation

Install this package, and save it as a devDependency:

npm install --save-dev eslint-config-exolnet

Then have your project's .eslint.json file extend the ruleset.

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

If you're using React in your project, you'll need to extend the React extension of the configuration, and install the eslint React plugin:

{
    "extends": "exolnet/react"
}
npm install --save-dev eslint-plugin-react

If you're using Vue in your project, you'll need to extend the Vue extension of the configuration, and install the eslint Vue and html plugins:

{
    "extends": "exolnet/vue"
}
npm install --save-dev eslint-plugin-vue eslint-plugin-html

If you are using YAML or JavaScript for your ESLint configuration file format ensure you use the correct syntax for the language used.

Contributing

Please see CONTRIBUTING and CODE OF CONDUCT for details.

Security

If you discover any security related issues, please email security@exolnet.com instead of using the issue tracker.

Credits

License

This code is licensed under the MIT license. Please see the license file for more information.