feat: added support for bigints #11
build-and-test.yml
on: pull_request
Linting
6s
Matrix: Testing
Annotations
5 errors
Linting:
fixture/example.js#L2
This number must be less than or equal 255. 291 (0x123n) is greater than 255
|
Linting:
fixture/example.js#L5
This number must be less than or equal 255. 4660 (0x1234) is greater than 255
|
Linting:
fixture/example.js#L7
This number must be less than or equal 255. 74565 (0x12345) is greater than 255
|
Linting:
fixture/example.js#L9
This number must be less than or equal 255. 1193046 (0x123456) is greater than 255
|
Linting
Process completed with exit code 1.
|