0 Star 1 Fork 0

Eyelly Wu / i18n-pro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 511 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
env: {
browser: true,
es2021: true,
node: true,
},
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:prettier/recommended',
],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 55,
sourceType: 'module',
},
plugins: ['@typescript-eslint'],
rules: {
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-explicit-any': 1,
'@typescript-eslint/no-unused-vars': 1,
},
}
TypeScript
1
https://gitee.com/eyelly/i18n-pro.git
git@gitee.com:eyelly/i18n-pro.git
eyelly
i18n-pro
i18n-pro
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891