diff options
| author | Taylor Mullen <[email protected]> | 2025-04-18 10:53:16 -0400 |
|---|---|---|
| committer | N. Taylor Mullen <[email protected]> | 2025-04-18 12:41:02 -0400 |
| commit | e0339993aeae97e0ce77ffa430214b64007b9f6f (patch) | |
| tree | d48320c7cc66076a42b42de8cee7ff9985474fdc /eslint.config.js | |
| parent | cb303514035440b1631964cad5093a4c80cd3e43 (diff) | |
Initial auto-fixing of linting errors.
- This is the result of runing `npm lint -- -fix`
Diffstat (limited to 'eslint.config.js')
| -rw-r--r-- | eslint.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eslint.config.js b/eslint.config.js index 917ce7e6..dcebf242 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -53,7 +53,6 @@ export default tseslint.config( }, settings: { 'import/resolver': { - typescript: true, node: true, }, }, |
