dotjs-linter To install: npm install dotjs-linter or yarn add dotjs-linter Then add it to your tsconfig.json like this: { "compilerOptions": { "plugins": [{ "name": "dotjs-linter" }] } }