mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 15:30:40 +00:00
Squash
This commit is contained in:
parent
db5049b801
commit
2bde3fb0d7
@ -1 +1 @@
|
|||||||
export { default } from "@/build-config/eslintrc-vite.mjs";
|
export { default } from "@/build-config/eslintrc-react.mjs";
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
// /* eslint-env node */
|
|
||||||
// module.exports = {
|
|
||||||
// extends: ["./eslintrc-react.js"],
|
|
||||||
// ignorePatterns: [".eslintrc.js", "next.config.js", "out"],
|
|
||||||
// };
|
|
@ -33,17 +33,17 @@ export default [
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ignores: [
|
||||||
|
// Next.js
|
||||||
|
"out",
|
||||||
|
// Vite
|
||||||
|
"dist",
|
||||||
|
],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
// /* eslint-env node */
|
|
||||||
// module.exports = {
|
// module.exports = {
|
||||||
// extends: [
|
|
||||||
// "./eslintrc-base.js",
|
|
||||||
// "plugin:react/recommended",
|
|
||||||
// "plugin:react-hooks/recommended",
|
|
||||||
// ],
|
|
||||||
// plugins: ["react-refresh"],
|
|
||||||
// settings: { react: { version: "18.2" } },
|
|
||||||
// rules: {
|
// rules: {
|
||||||
// /* The rule is misguided - only the opener should be omitted, not the
|
// /* The rule is misguided - only the opener should be omitted, not the
|
||||||
// referrer. */
|
// referrer. */
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
import config from "./eslintrc-react.mjs";
|
|
||||||
|
|
||||||
export default config;
|
|
||||||
|
|
||||||
// /* eslint-env node */
|
|
||||||
// module.exports = {
|
|
||||||
// extends: ["./eslintrc-react.js", "plugin:react/jsx-runtime"],
|
|
||||||
// ignorePatterns: [".eslintrc.cjs", "vite.config.ts", "dist"],
|
|
||||||
// };
|
|
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
/* A minimal tsconfig so that we can run tsc on the build-config package
|
/* A minimal tsconfig so that we can run tsc on the build-config itself. */
|
||||||
itself */
|
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "ESNext",
|
"module": "ESNext",
|
||||||
"moduleResolution": "bundler",
|
"moduleResolution": "bundler",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user