Package Exports
- @atolye15/eslint-config
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 (@atolye15/eslint-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@atolye15/eslint-config
This package provides Atölye15's JS .eslintrc (with React plugins) as an extensible shared config.
Install
Install the correct versions of package.
Yarn
yarn add @atolye15/eslint-config --devNpm
npm install @atolye15/eslint-config --save-devUsage
// .eslintrc
{
"extends": [
"@atolye15/eslint-config"
]
}
Supported Rules
1. @atolye15/eslint-config-base-typescript
https://github.com/atolye15/javascript/tree/master/packages/eslint-config-base-typescript
2. eslint-config-airbnb
https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb
3. eslint-plugin-react
https://github.com/yannickcr/eslint-plugin-react