UNPKG

spelling

Version:

A spelling checker that provides words suggestions, and the facility to search for words with a specific prefix.

27 lines (26 loc) 441 B
{ "env": { "node": true, "browser": false, "mocha": true }, "extends": "eslint:recommended", "rules": { "indent": [ "error", 2 ], "linebreak-style": [ "error", "unix" ], "quotes": [ "error", "double" ], "semi": [ "error", "always" ] } }