@shoutem/eslint-config-react

1.0.10 • Public • Published

@shoutem/eslint-config-react

npm version

This package provides Shoutem's React JS .eslintrc (with React plugins) as an extensible shared config.

Usage

Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires eslint, eslint-plugin-import, eslint-plugin-prettier, eslint-plugin-import, eslint-plugin-simple-import-sort, eslint-plugin-jsx-a11y, eslint-plugin-react, eslint-plugin-react-hooks and prettier.

  1. Install the correct versions of each package, which are listed by the command:
npm info "@shoutem/eslint-config-react@latest" peerDependencies

If using npm 5+, use this shortcut

npx install-peerdeps --dev @shoutem/eslint-config-react

If using npm < 5, you can either install all the peer dependencies manually, or use the install-peerdeps cli tool.

npm install -g install-peerdeps
install-peerdeps --dev @shoutem/eslint-config-react
  1. Add "extends": "@shoutem/react" to your .eslintrc.

Package Sidebar

Install

npm i @shoutem/eslint-config-react

Weekly Downloads

792

Version

1.0.10

License

MIT

Unpacked Size

4.47 kB

Total Files

4

Last publish

Collaborators

  • shoutem-manager