mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 16:03:33 +09:00
first
This commit is contained in:
15
sample/prod/talk/bundle/mithril-2.2.2/promise/.eslintrc.js
Normal file
15
sample/prod/talk/bundle/mithril-2.2.2/promise/.eslintrc.js
Normal file
@@ -0,0 +1,15 @@
|
||||
"use strict"
|
||||
|
||||
module.exports = {
|
||||
"extends": "../.eslintrc.js",
|
||||
"env": {
|
||||
"browser": null,
|
||||
"es6": null,
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 5,
|
||||
},
|
||||
"rules": {
|
||||
"no-process-env": "off",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user