Renamed @eslegant/config to @eslegant/js, reflecting the new structure and purpose of it just having rules related to javascript and typescript Moved said package to the new ./configs/ directory. Packages under the ./packages/ directory will be related to ones that aren't related to ESLint itself and/or its configuration.
6 lines
169 B
JSON
6 lines
169 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"exclude": ["./node_modules/**", "./dist/**"],
|
|
"include": ["src/index.d.ts", "./src/**/*.ts", "./src/**/*.js", "src/index.js"],
|
|
}
|