Package Exports
- eslint-config-plural
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eslint-config-plural) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Plural's Javascript Styleguide {
How Plural paints its code;
Getting Started
The linter requires eslint, and react, react-native eslint plugins, to install them run:
npm install eslint eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-native --save-dev
Then install eslint-config-plural by runnig:
npm install eslint-config-plural --save-dev
In your eslintrc (or its equivalent) add
...
"extends": "plural",
"plugins": [
"react",
"react-native"
],
...
Parents:
eslint-config-plural extends airbnb-base style guide, appending our artistic rules
Lints:
- es6
- react
- react native
Changelog
Check the changelog for version details.
This Package is being maintained by plural
Built with ❤️ in California