plastikfan / jaxom-ts

Another JSON to XML converter with inheritable attributes and custom element consolidation
MIT License
0 stars 0 forks source link

Upgrade linting to use eslint #30

Open plastikfan opened 4 years ago

plastikfan commented 4 years ago

TSlint is legacy, eslint is the future/

plastikfan commented 4 years ago

npm uninstall tslint tslint-config-semistandard npm install --save-dev eslint-plugin-promise eslint-plugin-standard eslint-plugin-node eslint-plugin-import npm install --save-dev eslint-config-standard eslint-config-semistandard @typescript-eslint/eslint-plugin eslint @typescript-eslint/parser