eslint plugin ember:一个ESlint插件它基于众所周知的良好实践为Ember Applications提供一组规则 源码
eslint-plugin-ember 一个ESlint插件,可基于众所周知的良好实践为Ember应用程序提供一组规则。 :red_exclamation_mark: 要求 >= 6 10.* || 12.* || >= 14 10.* || 12.* || >= 14 :rocket: 用法 1.安装插件 yarn add --dev eslint-plugin-ember 要么 npm install --save-dev eslint-plugin-ember 2.修改.eslintrc.js // .eslintrc.js module . exports = {
文件列表
eslint-plugin-ember:一个ESlint插件,它基于众所周知的良好实践为Ember Applications提供一组规则
(预估有个316文件)
.gitattributes
19B
ember.js
19KB
computed-property-dependent-keys.js
11KB
no-assignment-of-untracked-properties-used-in-tracking-contexts.js
12KB
require-computed-property-dependencies.js
15KB
.editorconfig
329B
ember-test.js
53KB
property-order-test.js
15KB
require-super-in-lifecycle-hooks.js
21KB
use-ember-get-and-set.js
17KB
暂无评论