Migrate deprecated rules #51
Annotations
10 errors
Run npm run test:examples:
examples/lax/fail.js#L1
Unexpected var, use let or const instead
|
Run npm run test:examples:
examples/lax/fail.js#L1
'thing' is assigned a value but never used
|
Run npm run test:examples:
examples/lax/fail.js#L2
Missing trailing comma
|
Run npm run test:examples:
examples/lax/fail.js#L3
Missing semicolon
|
Run npm run test:examples:
examples/standard/fail.js#L1
Unexpected var, use let or const instead
|
Run npm run test:examples:
examples/standard/fail.js#L2
Missing trailing comma
|
Run npm run test:examples:
examples/standard/fail.js#L3
Missing semicolon
|
Run npm run test:examples:
examples/standard/fail.js#L6
Expected indentation of 1 tab but found 0
|
Run npm run test:examples:
examples/standard/fail.js#L7
Expected indentation of 2 tabs but found 1
|
Run npm run test:examples:
examples/standard/fail.js#L8
Expected indentation of 2 tabs but found 1
|
The logs for this run have expired and are no longer available.
Loading