0.2.0 • Published 11 months ago
eslint-config-masa v0.2.0
eslint-config-masa
TypeScript ESLint config for masa-finance
to install
npx install-peerdeps --dev eslint-config-masa
how to add to repo
- add
.eslintrc
or.eslintrc.json
to your project and copy paste the following config:
{
"root": true,
"extends": ["masa"],
"overrides": [
{
"files": ["*.ts", "*.tsx", "*.js"],
"parser": "@typescript-eslint/parser"
}
]
}
- add
.prettierrc
or.prettierrc.json
to your project root and copy paste the following config:
{
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"endOfLine": "auto",
"overrides": [
{
"files": ["*.json", ".yml", ".yaml"],
"options": {
"tabWidth": 2
}
}
]
}
0.2.0
11 months ago
0.1.8
1 year ago
0.1.7
1 year ago
0.1.6
1 year ago
0.1.2
1 year ago
0.1.1
1 year ago
0.1.4
1 year ago
0.1.3
1 year ago
0.1.5
1 year ago
0.0.24
1 year ago
0.0.23
1 year ago
0.0.20
1 year ago
0.0.21
1 year ago
0.0.22
1 year ago
0.0.17
1 year ago
0.0.18
1 year ago
0.0.19
1 year ago
0.0.16
1 year ago
0.0.15
2 years ago
0.0.14
2 years ago
0.0.13
2 years ago
0.0.12
2 years ago
0.0.11
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago