Project started 🥂
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import {
|
||||
defineConfig,
|
||||
js,
|
||||
ts,
|
||||
reactPlugin,
|
||||
reactHooksPlugin,
|
||||
} from '@rslint/core';
|
||||
|
||||
export default defineConfig([
|
||||
js.configs.recommended,
|
||||
ts.configs.recommended,
|
||||
reactPlugin.configs.recommended,
|
||||
reactHooksPlugin.configs.recommended,
|
||||
]);
|
||||
Reference in New Issue
Block a user