mirror of
https://github.com/plausible/analytics.git
synced 2024-11-25 15:34:22 +03:00
039f3baf8e
* Add typescript, rewrite Countries map * Add back DB IP geolocation notice * Silence all current eslint warnings: to be removed gradually * Reconfigure eslint import plugin for typescript * Insert formatting pragma by default, but ignore files without pragma in CI
7 lines
94 B
JSON
7 lines
94 B
JSON
{
|
|
"singleQuote": true,
|
|
"insertPragma": true,
|
|
"trailingComma": "none",
|
|
"semi": false
|
|
}
|