eslint-config-frost-standard
Advanced tools
Changelog
9.0.1 (2018-03-07)
eslint-plugin-ember-standard
to 1.0.3
eslint-plugin-ocd
to 1.0.6
package-lock.json
fileChangelog
9.0.0 (2017-12-18)
Changelog
8.0.0 (2017-11-21)
babel-eslint
eslint-plugin-ember-standard
eslint-plugin-import
eslint-plugin-node
dependencyeslint-plugin-ocd
eslint-plugin-promise
Changelog
7.1.1 (2017-10-05)
ember-decorators
to the computed-readonly
ruleChangelog
7.1.0 (2017-07-06)
peerDependencies
settings to work with eslint@4
.Changelog
7.0.0 (2017-06-27)
eslint-config-standard
from 5.x
to 10.x
import/first
rule to allow us to destructure Ember
directly below importmocha/valid-test-descriptions
(Resolves #38)mocha/no-mocha-arrows
(Resolves #37)no-var
rule to enforce using let
or const
instead of var
, b/c who the heck wants to use var
anyway ;)README.md
for additional rules we've added.pr-bumper
to 3.x
npm
to yarn
for installing dependencies.node@8
to build matrix.localPrefixes
automatically, and tested it by locally installing in an app.