6.0.0 • Published 3 years ago
eslint-config-videoamp v6.0.0
eslint-config-videoamp
This package uses ESLint to enforce VideoAmp's code style and provides a shared base configuration for our Typescript projects.
Install
yarn
yarn add eslint-config-videoamp eslint --dev
Usage
Create a .eslintrc file in base of your project:
For Node Projects
{
extends: 'videoamp'
}
For React Projects
{
extends: 'videoamp/react'
}
Enabling Prettier
Add "prettier": "eslint-config-videoamp/prettier.config"
to your package.json
.
Contributing
You can make sure this module lints with itself using yarn lint
.
6.0.0
3 years ago
6.0.0-alpha.3
4 years ago
6.0.0-alpha.2
5 years ago
6.0.0-alpha.1
5 years ago
5.2.0
6 years ago
5.1.0
6 years ago
5.0.0
6 years ago
4.2.0
8 years ago
4.1.1
8 years ago
4.1.0
8 years ago
4.0.0
8 years ago
3.0.0
8 years ago
2.1.0
8 years ago
2.0.0
9 years ago
1.1.0
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago