Files
fingerprintjs/.prettierrc
Surgie Finesse 1da2c150bd Set up linting
commit 9d0409e10b
Author: Surgie Finesse <finesserus@gmail.com>
Date:   Tue Oct 20 18:19:30 2020 +1000

    Remove conflicts with .eslintrc files from parent directories

commit 65414b98e6
Author: Surgie Finesse <finesserus@gmail.com>
Date:   Tue Oct 20 13:09:59 2020 +1000

    Fix the linting issues

commit b226763e14
Author: Surgie Finesse <finesserus@gmail.com>
Date:   Tue Oct 20 11:38:40 2020 +1000

    Add a command to test dist/fp.d.ts

commit 9afb0d73ac
Author: Surgie Finesse <finesserus@gmail.com>
Date:   Tue Oct 20 11:03:40 2020 +1000

    Add the linting to the CI

commit 6eb466f12a
Author: Surgie Finesse <finesserus@gmail.com>
Date:   Tue Oct 20 10:51:39 2020 +1000

    Use .gitignore as the blacklist for ESLint

commit f2bd83bc69
Author: Surgie Finesse <finesserus@gmail.com>
Date:   Mon Oct 19 19:28:33 2020 +1000

    Fix a few linting errors

commit 5fdc325b51
Author: 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
2020-10-21 08:39:38 +10:00

7 lines
90 B
Plaintext

{
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}