Skip to content

v7.0.2

Choose a tag to compare

@dbrockman dbrockman released this 04 May 09:51
  • Test with node 4 and 6 on travis.
  • Use official comma-dangle rule instead of our own from the springworks plugin. The comma-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 in no-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