@lab009/eslint-config-magma
v3.3.1
Published
The ESLint configuration for Magma applications.
Readme
@lab009/eslint-config-magma
The ESLint configuration for Magma applications.
Usage
Our default export contains all of our ESLint rules, including EcmaScript 6+
and React. It requires eslint, eslint-plugin-react, eslint-plugin-jsx-a11y, and eslint-plugin-import.
- Install the correct versions of each package, which are listed by the command:
npm info "@lab009/eslint-config-magma@latest" peerDependenciesUse the install-peerdeps cli tool.
npm install -g install-peerdeps
install-peerdeps --dev @lab009/eslint-config-magma- add
"extends": "@lab009/eslint-config-magma"to your .eslintrc
