mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 01:47:20 +08:00
14 lines
187 B
Plaintext
14 lines
187 B
Plaintext
{
|
|
"node": true,
|
|
"esnext": true,
|
|
"bitwise": true,
|
|
"curly": true,
|
|
"immed": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"undef": true,
|
|
"unused": "vars",
|
|
"strict": true,
|
|
"mocha": true
|
|
}
|