0.6.0 • Published 1 year ago
eslint-config-jlm v0.6.0
ESlint Configuration Presets - by LacusSoft
This package provides LacuSoft's base linting configurations for ESlint, in JavaScript projects environments.
$ npm install -D eslint eslint-config-anyStandard preset
For vanilla JavaScript projects:
// .eslintrc file
{
"extends": [
"lacussoft"
]
}TypeScript preset
For TypeScript projects:
// .eslintrc file
{
"extends": [
"lacussoft", // optional
"lacussoft/typescript"
]
}React preset
For React projects using React and JSX syntax:
// .eslintrc file
{
"extends": [
"lacussoft", // optional
"lacussoft/typescript", // optional (if using TypeScript)
"lacussoft/react"
]
}React Native preset
For React projects using React Native (it extends all configuration from the react preset):
// .eslintrc file
{
"extends": [
"lacussoft", // optional
"lacussoft/typescript", // optional (if using TypeScript)
"lacussoft/react-native"
]
}Vue preset
For Vue 3 (default) projects:
// .eslintrc file
{
"extends": [
"lacussoft", // optional
"lacussoft/typescript", // optional (if using TypeScript)
"lacussoft/vue"
]
}...or if using Vue 2:
// .eslintrc file
{
"extends": [
"lacussoft", // optional
"lacussoft/typescript", // optional (if using TypeScript)
"lacussoft/vue/v2"
]
}0.5.10
1 year ago
0.5.8
1 year ago
0.5.7
1 year ago
0.5.9
1 year ago
0.1.0
1 year ago
0.3.0
1 year ago
0.1.2
1 year ago
0.2.0
1 year ago
0.1.1
1 year ago
0.5.4
1 year ago
0.5.3
1 year ago
0.5.6
1 year ago
0.5.5
1 year ago
0.5.0
1 year ago
0.4.1
1 year ago
0.4.0
1 year ago
0.1.3
1 year ago
0.5.2
1 year ago
0.6.0
1 year ago
0.5.1
1 year ago
0.4.2
1 year ago
0.0.6
1 year ago
0.0.1
1 year ago
0.0.3
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.0
1 year ago