This commit is contained in:
Alex
2023-10-04 17:52:39 -04:00
parent 8a07010f29
commit 91bbcba2e8
11 changed files with 53 additions and 24 deletions

View File

@ -1,4 +1,4 @@
import { error, off } from '../index';
import { error, off } from '../constants';
import { ReactRules } from 'eslint-define-config/src/rules/react';
export const reactRules: Partial<ReactRules> = {