Fixes #366: Add compatibility for using CommonJs #14
Annotations
20 errors
Node.js 18:
babel.config.js#L1
Do not use "module".
|
Node.js 18:
cjs/index.js#L1
Do not use "use strict" directive.
|
Node.js 18:
cjs/index.js#L1
Strings must use singlequote.
|
Node.js 18:
cjs/index.js#L3
Do not use "exports".
|
Node.js 18:
cjs/index.js#L3
Strings must use singlequote.
|
Node.js 18:
cjs/index.js#L4
Expected indentation of 1 tab but found 2 spaces.
|
Node.js 18:
cjs/index.js#L4
Missing trailing comma.
|
Node.js 18:
cjs/index.js#L6
Do not use "exports".
|
Node.js 18:
cjs/index.js#L7
Do not use "exports".
|
Node.js 18:
cjs/index.js#L7
Unexpected chained assignment.
|
Node.js 20:
babel.config.js#L1
Do not use "module".
|
Node.js 20:
cjs/index.js#L1
Do not use "use strict" directive.
|
Node.js 20:
cjs/index.js#L1
Strings must use singlequote.
|
Node.js 20:
cjs/index.js#L3
Do not use "exports".
|
Node.js 20:
cjs/index.js#L3
Strings must use singlequote.
|
Node.js 20:
cjs/index.js#L4
Expected indentation of 1 tab but found 2 spaces.
|
Node.js 20:
cjs/index.js#L4
Missing trailing comma.
|
Node.js 20:
cjs/index.js#L6
Do not use "exports".
|
Node.js 20:
cjs/index.js#L7
Do not use "exports".
|
Node.js 20:
cjs/index.js#L7
Unexpected chained assignment.
|