0.0.2 • Published 7 years ago

eslint-config-sbol-a11y v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eslint-config-sbtsbol-a11y

Formalized jsx style guide for accessibility improvment

install

yarn add --dev eslint-config-sbtsbol-a11y

Then in create .eslintrc and add this config to extends:

{
  "parser": "babel-eslint",
  "extends": [ "sbtsbol-a11y", "your-own-extends" ],
  "settings": {}
}

license

MIT