##// END OF EJS Templates
i18n: updated translation for Chinese (Simplified)...
i18n: updated translation for Chinese (Simplified) Currently translated at 38.9% (421 of 1080 strings)

File last commit:

r8123:4d36432b default
r8774:6934c581 stable
Show More
.eslintrc.js
21 lines | 393 B | application/javascript | JavascriptLexer
module.exports = {
"env": {
"browser": true,
"es6": true,
"jquery": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"plugins": [
"html"
],
"rules": {
}
};