feat: restructure ESLint and TypeScript configurations into a new configs directory
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/** @type {import("eslint").Linter.Config} */
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: ["@repo/eslint-config/index.js"],
|
||||
extends: ['@repo/eslint-config/index.js'],
|
||||
};
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user