1 Star 1 Fork 1

quarky/KLineChart

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
eslint.config.js 579 Bytes
Copy Edit Raw Blame History
蜗牛 authored 9 months ago . chore: ci update
import config from 'eslint-config-love'
import progress from 'eslint-plugin-file-progress'
export default [
{
...config,
files: ['src/**/*.js', 'src/**/*.ts'],
},
{
plugins: {
'file-progress': progress
},
ignores: [
'eslint.config.js',
'scripts/**/*',
'dist/**/*',
'docs/**/*',
'index.js'
],
rules: {
"file-progress/activate": 1,
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/class-methods-use-this": "off",
"@typescript-eslint/max-params": "off"
}
}
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/quarky/KLineChart.git
git@gitee.com:quarky/KLineChart.git
quarky
KLineChart
KLineChart
main

Search