@checkly/eslint-config v0.18.0
@checkly/eslint-config
This repository contains shared eslint configurations based on eslint-config-standard for Checkly projects. Beware that it's opinionated and primarly intended for internal use.
Installation
First, install eslint and @checkly/eslint-config:
npm install --save-dev eslint @checkly/eslint-config
Afterwards, extend your eslint config to include checkly by adding the following to your package.json:
...
"eslintConfig": {
"extends": [
"@checkly/eslint-config",
"@checkly/eslint-config/node"
]
},
...Or, if you rather using .eslintrc:
{
"extends": [
"checkly",
"checkly/node"
]
}This config comes in 2 flavors: node & vue that includes specific configs for the environment.
11 months ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago