Setup Typescript #6
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lewismoten/schmuck-miser#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added a script
npm run lint, everything runs fine on the command line.Adding anything with
@typescript-eslintin.eslintrc.jsis throwing an error:I'm not referencing
eslintrc.cjsanywhere. It seems to be something with the Atom IDE. I've created a new fileeslintrc.cjsand it has no effect:Some people recommend that you should remove
"type": "module"from your package.json file, or change it toscript. This wasn't there, and adding it as eithermoduleorscripthas no effect.Another recommendation is to downgrade eslint to a prior version. I hadn't tried it yet...
A
.cjsfile can be found atnode_modules/@eslint/eslintrc/dist/eslintrc.cjsMaybe try a different IDE -
Visual Studio Code... no plugins needed. VS Code already highlighted what needed to be fixed. No IDE errors.