mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-05 20:31:58 +02:00
feat: add missing files (#1101)
* feat: add missing files * chore: update readme * chore: update branch * chore: remove olds from matrix * chore: remove dev containers
This commit is contained in:
13
eslint.config.js
Normal file
13
eslint.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import antfu from "@antfu/eslint-config";
|
||||
|
||||
export default antfu({
|
||||
ignores: [".pnpm-store/**", "**/lib/**", "**/generated/**"],
|
||||
formatters: true,
|
||||
vue: true,
|
||||
stylistic: {
|
||||
indent: "tab",
|
||||
semi: true,
|
||||
quotes: "double",
|
||||
},
|
||||
typescript: true,
|
||||
});
|
||||
Reference in New Issue
Block a user