diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-08 01:38:56 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-08 01:48:30 -0400 |
| commit | bd1edbdc0a32f482e7d8aa6a8d84dd5cb0243782 (patch) | |
| tree | 9ebb75ceb55cea0eecb75a6ae8d8f4dd291e926e /package.json | |
| parent | cb04cd3536468e170e46f821a8c59184a3b4a9d1 (diff) | |
move to new eslint configuration format
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index edca6979..892d416d 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,6 @@ "stylelint-config-standard": "^36.0.0", "terser": "^5.30.3", "vnu-jar": "^23.4.11" - } + }, + "type": "module" } |
