mirror of
https://github.com/fingerprintjs/fingerprintjs.git
synced 2026-05-06 22:08:25 +08:00
commit9d0409e10bAuthor: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 20 18:19:30 2020 +1000 Remove conflicts with .eslintrc files from parent directories commit65414b98e6Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 20 13:09:59 2020 +1000 Fix the linting issues commitb226763e14Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 20 11:38:40 2020 +1000 Add a command to test dist/fp.d.ts commit9afb0d73acAuthor: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 20 11:03:40 2020 +1000 Add the linting to the CI commit6eb466f12aAuthor: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 20 10:51:39 2020 +1000 Use .gitignore as the blacklist for ESLint commitf2bd83bc69Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Oct 19 19:28:33 2020 +1000 Fix a few linting errors commit5fdc325b51Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Oct 19 19:24:41 2020 +1000 Add commands to lint the code and check the code style
7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|