|
|
пре 1 месец | |
|---|---|---|
| .. | ||
| README.md | пре 1 месец | |
| base.js | пре 1 месец | |
| next.js | пре 1 месец | |
| package.json | пре 1 месец | |
| react-internal.js | пре 1 месец | |
Shared ESLint configurations for the Watch Finished Turbo monorepo.
base.js - Base ESLint configuration with TypeScript supportnext.js - Next.js specific ESLint rulesreact-internal.js - React component library rulesIn package.json:
{
"eslintConfig": {
"extends": ["@watch-finished-turbo/eslint-config/base"]
}
}
Or in eslint.config.js:
import baseConfig from "@watch-finished-turbo/eslint-config/base";
export default [
...baseConfig
// Your custom rules
];