You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been using this excellent guide's .eslintrc for a while now and started getting this error after updating ESLint today: "Rule 'space-after-keywords' was removed and replaced by 'keyword-spacing'".
Turns out space-after-keywords was removed in ESLint v2.0.
The text was updated successfully, but these errors were encountered:
Been using this excellent guide's .eslintrc for a while now and started getting this error after updating ESLint today: "Rule 'space-after-keywords' was removed and replaced by 'keyword-spacing'".
Turns out space-after-keywords was removed in ESLint v2.0.
The text was updated successfully, but these errors were encountered: