Skip to content

selfrefactor/niketa-vscode-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Niketa tools

It expects this in package.json

"niketaScripts": {
  "fileCommands": {
    "**/*.js": "yarn lint:file"
  },
  "testCommands": {
    "**/*.js": "yarn jest:file"
  }
},

In this case, when pressing ctrl+1, it will run yarn lint:file with the current path as additional argument.

When pressing alt+w, it will run yarn run:file with the current path as additional argument.