lwinmoepaing / myEditorConfig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Debugging

npm run eslint -s

Normalizes editor configuration.

Need Dev Dependencies

{
	"chai": "^4.2.0",
	"cross-env": "^5.0.1",
	"mocha": "^6.2.2",
	"nodemon": "^1.11.0",
	"proxyquire": "^2.1.3",
	"sinon": "^7.5.0",
	"sinon-chai": "^3.3.0"
}

Sinon.JS Stubs [ Controlling Responses with Stubs ]

Sample VsCode Config

{
	"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
	"editor.fontLigatures": true,
	"editor.defaultFormatter": "dbaeumer.vscode-eslint",
	"editor.lineHeight": 25,
	"editor.formatOnSave": true,
	"editor.codeActionsOnSave": {
			"source.fixAll.eslint": true
	},
	"eslint.format.enable": true
}

About


Languages

Language:JavaScript 100.0%