1.0.1 • Published 10 months ago

eslint-config-massiveinfinity-react v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

ESLINT-CONFIG-MASSIVEINFINITY-REACT

ESLint Configurations for Massive Infinity's React and React Native Projects.

Installation

Install with Yarn

yarn add --dev eslint-config-massiveinfinity-react

Install with NPM

npm install eslint-config-massiveinfinity-react --save-dev

Usage

In your .eslintrc file you can extend like this

module.exports = {
    extends: ['massiveinfinity-react'],
    /**
     * Whatever additional rules, plugins, globals, parsers, settings etc can still be added here
     **/
};

Note

The rules here are open to suggestions. If you feel like some rules should be added / removed. Please feel free to create a Pull Request.


1.0.1

10 months ago

1.0.0

10 months ago