mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 05:33:36 +09:00
16 lines
202 B
JavaScript
16 lines
202 B
JavaScript
"use strict"
|
|
|
|
module.exports = {
|
|
"extends": "../.eslintrc.js",
|
|
"env": {
|
|
"browser": null,
|
|
"es6": null,
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 5,
|
|
},
|
|
"rules": {
|
|
"no-process-env": "off",
|
|
},
|
|
};
|