UNPKG
@bmacher/eslint-config-typescript
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
ESLint config based on AirBnB for TypeScript & CDK.
bmacher/eslint-config-typescript
@bmacher/eslint-config-typescript
/
rules-only.js
10 lines
(8 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
baseConfig
=
require(
'./index'
);
/** *
@type
{import("eslint").Linter.Config} */
module
.
exports
= { rules: baseConfig.rules, overrides: baseConfig.overrides, };