diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-18 12:44:24 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-18 12:45:20 +0200 |
commit | 5978038b184eb8eeb815bd7fdc57965a657614a7 (patch) | |
tree | 3c04e08a19f400dbabb767ef30bba49cb2f01f2e /.gitignore | |
parent | 27e153ecc5eeaaf333552b8e8ebc604e92e64fd5 (diff) | |
download | plantagenet-5978038b184eb8eeb815bd7fdc57965a657614a7.tar.gz |
Add typescript configuration to eslint and package.json
To setup environment:
npm install
To develop, run this in a separate terminal:
npm run dev
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1 +1,4 @@ HIRES +node_modules +rules.d.ts +package-lock.json |