GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
.github src .gitignore .npmrc LICENSE.md README.md eslint.config.js package.json pnpm-lock.yaml tsconfig.build.json tsconfig.json tsup.config.ts Repository files navigation README Code of conduct MIT license Security @kdt310722/eslint-config My personal ESLint config Install...
github.com/hypernym-studio/eslint-config Homepage github.com/hypernym-studio/eslint-config Fundthis package Weekly Downloads 28 Version 3.5.4 License MIT Unpacked Size 15.6 kB Total Files 11 Issues 0 Pull Requests 0 Last publish a month ago ...
git config --global user.name userName git config --global user.email userEmail 分支5 标签311 Anthony Fuchore: release v3.14.06c870da7天前 1092 次提交 提交 .github/workflows chore: lint 6个月前 .vscode feat: support json5 in vscode (#623) ...
github.com/iamturns/eslint-config-airbnb-typescript Weekly Downloads 2,142,359 Version 18.0.0 License MIT Unpacked Size 26.2 kB Total Files 7 Issues 34 Pull Requests 9 Last publish a year ago Collaborators Tryon RunKit Reportmalware
github有没有一站式把所有基础eslint+prettier对应的各种各种项目的都配置好的库呢,几经寻找,我看到了这个库,code-style-lint,他把各种类型项目的eslint+prettier已经集成了,可以直接简便的在项目中运用,并且不影响你在项目中覆盖这个库原来的配置和扩展其他规则,在使用了过后,我的vue3+ts项目的eslint配置文件简化...
后来我去看了这个库的[源码](https://github.com/nuxt/eslint-config),恍然大悟,原来配置项包括插件都是可以打成包分享的,那么我灵机一动,目前有那么多类型的前端项目,js的vue3、react、nuxt3等,ts的vue3、react、nuxt3等。github有没有一站式把所有基础eslint+prettier对应的各种各种项目的都配置好的库呢,...
默认使用的是此标准https://github.com/standard/standard/blob/master/docs/RULES-zhcn.md 以下是对.editorconfig、.eslintignore、.eslintrc.js 文件进行详细解释 .editorconfig文件(主要用于配置IDE) 规范缩进风格,缩进大小,tab长度以及字符集等,解决不同IDE的编码范设置。EditorConfig 插件会去查找当前编辑文件的所在...
原始仓库: https://github.com/standard/eslint-config-standard master 克隆/下载 分支14 标签83 renovate[bot] chore(deps): update dependency eslint-plug... 8de9ebd 5个月前 683 次提交 .github chore(deps): update actions/setup-node action to v4 1年前 src feat: switch to flat ...
.github","!.vitepress","!.vscode",],plugins:["html","unicorn","kirklin",],settings:{"import/resolver":{node:{extensions:[".js",".mjs"]},},},overrides:[{files:["*.json","*.json5"],parser:"jsonc-eslint-parser",rules:{},},{files:["*.yaml","*.yml"],parser:"yaml-eslint...