Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 229 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 229 Bytes

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" }]
  }
}