[READ-ONLY] Mirror of https://github.com/danielroe/fnv1a-64. Tiny, fast, dependency-free 64-bit FNV-1a string hash for Node and the browser.
64-bit fnv fnv-1a fnv1a hash non-cryptographic
0

Configure Feed

Select the types of activity you want to include in your feed.

fnv1a-64 / .oxlintrc.json
321 B 20 lines
1{ 2 "$schema": "./node_modules/oxlint/configuration_schema.json", 3 "plugins": [ 4 "typescript", 5 "unicorn", 6 "oxc" 7 ], 8 "categories": { 9 "correctness": "error", 10 "suspicious": "error", 11 "perf": "error" 12 }, 13 "rules": {}, 14 "options": { 15 "typeAware": true 16 }, 17 "env": { 18 "builtin": true 19 } 20}