chore(frontend): install and set up oxlint and oxfmt
This commit is contained in:
13
oxlint.config.ts
Normal file
13
oxlint.config.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { defineConfig } from 'oxlint';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: ['typescript', 'unicorn', 'oxc', 'vue'],
|
||||
categories: {
|
||||
correctness: 'error',
|
||||
},
|
||||
rules: {},
|
||||
env: {
|
||||
builtin: true,
|
||||
},
|
||||
ignorePatterns: ['.direnv/**/*'],
|
||||
});
|
||||
Reference in New Issue
Block a user