JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q89223F
  • License MIT

Atölye15's React JavaScript ESLint config, following our styleguide

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 --dev

Npm

npm install @atolye15/eslint-config --save-dev

Usage

// .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

4. eslint-plugin-jsx-a11y

https://www.npmjs.com/package/eslint-plugin-jsx-a11y