1.5.1 • Published 2 years ago
@inthepocket/eslint-config-ts v1.5.1
@inthepocket/eslint-config-ts
This contains all ESLint rules to lint a basic TypeScript project.
It is important to note that this is a base configuration, thus not ment to implemented as is,
but to be used within your own ESLint configuration that requires TypeScript linting.
Usage
Install
npm i -D @inthepocket/eslint-config-ts
Configure ESLint
Within your package.json add the following:
{
// You will most likely need more than just this
"eslintConfig": {
"extends": ["@inthepocket/eslint-config-ts"]
}
}
Add Lint script
{
"scripts": {
"lint": "eslint '**/*.{js,jsx,ts,tsx}'"
}
}
1.5.1
2 years ago
1.5.0
2 years ago
1.4.1
3 years ago
1.4.0
3 years ago
1.3.2
3 years ago
1.3.1
3 years ago
1.3.0
3 years ago
1.2.5
3 years ago
1.2.4
3 years ago
1.2.3
3 years ago
1.2.2
3 years ago
1.2.1
3 years ago
1.2.0
3 years ago
1.1.0
3 years ago
1.0.0
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago