Merge pull request #27 from toyokumo/develop #165
Annotations
10 errors and 4 warnings
|
test:
tests/rules/javascript/sample.js#L45
Useless constructor
|
|
test:
tests/rules/javascript/sample.js#L41
'then' is restricted from being used as an exported name
|
|
test:
tests/rules/javascript/sample.js#L40
'default' is restricted from being used as an exported name
|
|
test:
tests/rules/javascript/sample.js#L35
Expected to call 'super()'
|
|
test:
tests/rules/javascript/sample.js#L28
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`
|
|
test:
tests/rules/javascript/sample.js#L8
Unexpected constant condition
|
|
test:
tests/rules/javascript/sample.js#L5
'name' is assigned a value but never used
|
|
test:
tests/rules/javascript/sample.js#L1
'nothing' is defined but never used
|
|
test:
tests/rules/javascript/sample.js#L1
nothing not found in './module.js'
|
|
test:
tests/rules/javascript/sample.js#L1
File has too many classes (3). Maximum allowed is 1
|
|
test:
tests/rules/next/components/tailwindcss-sample.tsx#L2
Classname 'custom' is not a Tailwind CSS class!
|
|
test:
tests/rules/next/components/tailwindcss-sample.tsx#L2
Invalid Tailwind CSS classnames order
|
|
test:
tests/rules/react/sample2.tsx#L7
Prefer default export to be present on every file that has export
|
|
test:
tests/rules/javascript/sample.js#L9
Unexpected console statement
|
Loading