Update
This commit is contained in:
12
dist/react-hooks/index.d.ts
vendored
Normal file
12
dist/react-hooks/index.d.ts
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
import type { Linter, Rule } from 'eslint';
|
||||
|
||||
export const __EXPERIMENTAL__: false;
|
||||
|
||||
export const configs: {
|
||||
recommended: Linter.BaseConfig;
|
||||
};
|
||||
|
||||
export const rules: {
|
||||
'rules-of-hooks': Rule.RuleModule;
|
||||
'exhaustive-deps': Rule.RuleModule;
|
||||
};
|
Reference in New Issue
Block a user