iancmyers / atom-eslint

Lint your JavaScript files in Atom with ESLint
MIT License
8 stars 1 forks source link

Uncaught Error: Definition for rule 'generator-star-spacing' was not found. #25

Open johncblandii opened 9 years ago

johncblandii commented 9 years ago

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.196.0 System: Mac OS X 10.10.3 Thrown From: eslint package, v0.15.0

Stack Trace

Uncaught Error: Definition for rule 'generator-star-spacing' was not found.

At /Users/johnbland/.atom/packages/eslint/node_modules/eslint/lib/eslint.js:323

Error: Definition for rule 'generator-star-spacing' was not found.
  at /Users/johnbland/.atom/packages/eslint/node_modules/eslint/lib/eslint.js:323:27
  at Array.forEach (native)
  at EventEmitter.module.exports.api.verify (/Users/johnbland/.atom/packages/eslint/node_modules/eslint/lib/eslint.js:297:16)
  at ESLintGutterView.module.exports.ESLintGutterView.lint (/Users/johnbland/.atom/packages/eslint/lib/eslint-gutter-view.coffee:40:24)
  at Immediate._onImmediate (/Users/johnbland/.atom/packages/eslint/lib/eslint-gutter-view.coffee:1:1)
  at processImmediate [as _immediateCallback] (timers.js:369:17)

Commands

     -0:04.7.0 core:confirm (atom-text-editor.editor.mini)

Config

{
  "core": {
    "ignoredNames": [
      ".git",
      ".svn",
      ".DS_Store"
    ]
  }
}

Installed Packages

# User
Sublime-Style-Column-Selection, v1.2.3
atom-beautify, v0.21.2
eslint, v0.15.0
jshint, v1.3.0
linter, v0.11.1
react, v0.9.8
recent-files, v0.3.0
sassbeautify, v0.2.0
whitespace, v0.28.0

# Dev
No dev packages