mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-08 19:11:31 +01:00
Théo LUDWIG
dab4433431
BREAKING CHANGE: peerDependencies: `eslint@^8.56.0` `eslint-plugin-import@^2.29.1` `eslint-plugin-unicorn@^51.0.1` `typescript@^5.3.3` `@typescript-eslint/eslint-plugin@^6.21.0` `@typescript-eslint/parser@^6.21.0`
12 lines
237 B
JSON
12 lines
237 B
JSON
{
|
|
"extends": "@tsconfig/strictest/tsconfig.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"target": "ESNext",
|
|
"module": "commonjs",
|
|
"lib": ["ESNext"],
|
|
"moduleResolution": "node",
|
|
"rootDir": "./"
|
|
}
|
|
}
|