@exolnet/eslint-config

1.0.0 • Public • Published

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.

/@exolnet/eslint-config/

    Package Sidebar

    Install

    npm i @exolnet/eslint-config

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    14.3 kB

    Total Files

    13

    Last publish

    Collaborators

    • gandhi11
    • xel1045
    • exolnetinc