Skip to content

ESLint shareable config for React to be used with eslint-config-vast

License

Notifications You must be signed in to change notification settings

vast-engineering/eslint-config-vast-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-vast-react

ESLint shareable config for React to be used with eslint-config-vast

NPM version Dependency Status devDependency Status devDependency Status

This config uses eslint-plugin-react for linting React and JSX, and eslint-plugin-jsx-a11y for basic accessibility checks.

Installation

npm i --save-dev eslint-config-vast-react eslint-config-vast eslint-plugin-react eslint-plugin-jsx-a11y

Usage

Create .eslintrc file in the root of your project with the following config:

{
  "extends": ["eslint-config-vast", "eslint-config-vast-react"]
}

See eslint-config-vast for additional information.

Related

Other configs

License

MIT © 2016 Vast.com, Inc.

About

ESLint shareable config for React to be used with eslint-config-vast

Resources

License

Stars

Watchers

Forks

Packages

No packages published