UNPKG

esformatter-quotes

Version:

esformatter plugin: enforces coding style that string literals are delimited with single or double quotes.

32 lines (31 loc) 883 B
{ "name": "esformatter-quotes", "version": "1.1.0", "description": "esformatter plugin: enforces coding style that string literals are delimited with single or double quotes.", "main": "index.js", "scripts": { "test": "mocha --ui bdd --reporter spec test" }, "repository": { "type": "git", "url": "https://github.com/millermedeiros/esformatter-quotes.git" }, "keywords": [ "esformatter", "esformatter-plugin", "string", "quotes", "AST" ], "author": "Miller Medeiros (http://blog.millermedeiros.com)", "license": "MIT", "bugs": { "url": "https://github.com/millermedeiros/esformatter-quotes/issues" }, "homepage": "https://github.com/millermedeiros/esformatter-quotes", "devDependencies": { "mocha": "https://github.com/millermedeiros/mocha/tarball/latest", "chai": "^1.4", "esformatter": "^0.3.0" } }