2 Star 3 Fork 1

Martes/Martes Vue Cesium

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.eslintrc.cjs 573 Bytes
Copy Edit Raw Blame History
Martes authored 2022-09-05 22:00 . 初始化。
const autoImport = require('./env/.eslintrc-auto-import.json');
module.exports = {
parser: 'vue-eslint-parser',
parserOptions: {
parser: {
ts: '@typescript-eslint/parser'
}
},
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:vue/vue3-recommended', 'prettier'],
plugins: ['@typescript-eslint', 'prettier'],
rules: {
'@typescript-eslint/no-non-null-assertion': 'off'
},
env: {
node: true
},
globals: {
// 将自动导入生成的全局变量定义添加进来。
...autoImport.globals
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/martex/martes-vue-cesium.git
git@gitee.com:martex/martes-vue-cesium.git
martex
martes-vue-cesium
Martes Vue Cesium
main

Search