mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
12 lines
190 B
JavaScript
12 lines
190 B
JavaScript
/* eslint-env node */
|
|
module.exports = {
|
|
"root": true,
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended"
|
|
],
|
|
"env": {
|
|
"vue/setup-compiler-macros": true
|
|
}
|
|
}
|