Releases: Springworks/eslint-config-springworks
Releases · Springworks/eslint-config-springworks
v7.0.4
v7.0.3
v7.0.2
- Test with node 4 and 6 on travis.
- Use official
comma-dangle
rule instead of our own from the springworks plugin. Thecomma-dangle
rule is auto fixable now. - Activate
no-whitespace-before-property
rule - Activate
no-unsafe-finally
rule - Activate
no-useless-computed-key
rule - Activate
no-useless-escape
rule. - Replace the
no-duplicates
rule from the import plugin with the built inno-duplicate-imports
rule. - Add tests that spawn
eslint
child processes. This will ensure that the config is correct. The tests will fail if a rule is misspelled or the config is invalid. - Move linter config to js files. There is no need to have them split into a js and a json file anymore.
- Setup semantic-release