diff options
author | Sam Light <sam@lightscale.co.uk> | 2025-03-30 15:55:35 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-03-30 15:55:35 +0100 |
commit | 1c340cc8d2b3bce694bd93613b81f0f23c9044e1 (patch) | |
tree | d9f62592ea7e7244bff63581d6dab731f7a84da4 | |
parent | 7f9bbd47aa296b8901167893a5aa2512ac96a962 (diff) |
Removed eslint parser dep
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 4dd05e4..6828bf7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ }, "dependencies": { "@babel/core": "^7.12.10", - "@babel/eslint-parser": "^7.16.0", "@babel/preset-env": "^7.12.11", "ajv": "^8.12.0", "autoprefixer": "^10.4.0", |