🧹 clean up duty 🧹
This commit is contained in:
@@ -47,6 +47,7 @@ const config = {
|
||||
'**/*.config.cjs',
|
||||
'.next',
|
||||
'dist',
|
||||
'public',
|
||||
'pnpm-lock.yaml',
|
||||
],
|
||||
reportUnusedDisableDirectives: true,
|
||||
|
||||
3
tooling/eslint/react.js
vendored
3
tooling/eslint/react.js
vendored
@@ -8,7 +8,8 @@ const config = {
|
||||
rules: {
|
||||
'react/prop-types': 'off',
|
||||
'react/no-unknown-property': 'off',
|
||||
'jsx-a11y/click-events-have-key-events': 'off'
|
||||
'jsx-a11y/click-events-have-key-events': 'off',
|
||||
'jsx-a11y/label-has-associated-control': 'off',
|
||||
},
|
||||
globals: {
|
||||
React: 'writable',
|
||||
|
||||
@@ -81,6 +81,7 @@ function main() {
|
||||
delete properties.type;
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
const pkgJson = require(
|
||||
workspacePath(`./packages/sdks/${name}/package.json`)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user