UNPKG

@10up/eslint-config

Version:
15 lines (10 loc) 254 B
/* eslint-disable no-unused-vars */ // Missing semicolon. const testMissingSemicolon = 'foo' // Incorrect space before semicolon. const testSemiSpacing = 'bar' ; // Double semicolon. const testDoubleSemiColon = 5;; const testFunc = () => { // ... }