Browse Source

Set type module in package.json

Silences eslint.config.js warning MODULE_TYPELESS_PACKAGE_JSON
merge-requests/173/head
Andrew Shu 4 weeks ago
parent
commit
e032d38779
  1. 1
      tildes/package.json

1
tildes/package.json

@ -17,6 +17,7 @@
"stylelint": "^10.0.1",
"stylelint-scss": "^3.6.0"
},
"type": "module",
"prettier": {
"bracketSpacing": false,
"printWidth": 88,

Loading…
Cancel
Save