4.0.0 • Published 2 years ago
@rweich/eslint-config v4.0.0
eslint-config
default config for my ts-projects
Installation
Install dependencies
yarn add --dev @rweich/eslint-config
Configure
- either add the config to your
.eslintrc.js
:module.exports = { extends: "@rweich", rules: { // Additional, per-project rules... } };
- or add it to your
package.json
:{ "eslintConfig": { "extends": "@rweich" } }
- either add the config to your
(optional) add the two following scripts to your
package.json
to run the linter manually:{ "scripts": { "lint": "eslint 'src/**/*.ts'", "lint-tests": "eslint 'test/**/*.ts'" } }
3.0.0
2 years ago
2.0.11
2 years ago
4.0.0
2 years ago
2.0.5
3 years ago
2.0.9
3 years ago
2.0.10
3 years ago
2.0.8
3 years ago
2.0.3
3 years ago
2.0.4
3 years ago
2.0.2
3 years ago
2.0.1
3 years ago
2.0.0
3 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.0.2
4 years ago
1.1.0
4 years ago
1.0.1
4 years ago
1.0.3
4 years ago
1.0.0
4 years ago