0.0.5 • Published 8 months ago

@edsc/eslint-config v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
8 months ago

@edsc/eslint-config

Core coding standards for EDSC projects.

npm

Installation

You'll need to install ESLint and peer dependencies into your project. Use this command to install everything you need.

npm install --save-dev @edsc/eslint-config @babel/eslint-parser eslint-config-airbnb eslint-plugin-cypress eslint-plugin-import eslint-plugin-import-newlines eslint-plugin-jsx-a11y eslint-plugin-react

Usage

Create a .eslintrc file with the following contents:

{
  "extends": [
    "@edsc"
  ]
}
0.0.5

8 months ago

0.0.4

9 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago