feat: restructure ESLint and TypeScript configurations into a new configs directory
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/** @type {import("eslint").Linter.Config} */
|
||||
module.exports = {
|
||||
root: true,
|
||||
ignorePatterns: [".eslintrc.cjs"],
|
||||
extends: ["@repo/eslint-config/index.js"],
|
||||
parser: "@typescript-eslint/parser",
|
||||
ignorePatterns: ['.eslintrc.cjs'],
|
||||
extends: ['@repo/eslint-config/index.js'],
|
||||
parser: '@typescript-eslint/parser',
|
||||
parserOptions: {
|
||||
project: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user