Skip to content

evozonjs/eslint-config-evozonjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-evozonjs

npm version

This package provides EvozonJS's .eslintrc based on the popular eslint-config-airbnb.

Usage

We export three ESLint configurations for your usage.

eslint-config-evozonjs

Our default export contains all of our ESLint rules, including ECMAScript 6+ and React and a few extras we added ourselves. It requires eslint, eslint-plugin-import, eslint-plugin-react, eslint-config-airbnb and eslint-plugin-jsx-a11y.

  1. npm install --save-dev eslint-config-airbnb eslint-config-evozonjs eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y eslint
  2. add "extends": "evozonjs" to your .eslintrc. That's it.

You can make sure this module lints with itself using npm run lint.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published