UNPKG

scribe-plugin-enhanced-link-tooltip

Version:

A Scribe plugin for doing a Medium/Google Docs style tooltip UI instead of a prompt for inserting links.

65 lines (64 loc) 1.79 kB
{ "extends": "eslint:recommended", "rules": { "indent": 2, "array-bracket-spacing": 2, "comma-style": [2, "last"], "computed-property-spacing": 2, "valid-jsdoc": [2, { "requireReturn": false }], "linebreak-style": 2, "default-case": 2, "dot-notation": 2, "eqeqeq": 2, "guard-for-in": 2, "no-caller": 2, "no-else-return": 2, "no-eval": 2, "no-implicit-coercion": 2, "no-multi-str": 2, "no-new": 2, "no-new-wrappers": 2, "no-return-assign": 2, "no-self-compare": 2, "no-with": 2, "wrap-iife": 2, "no-extra-strict": 0, "no-shadow-restricted-names": 2, "no-use-before-define": 2, "no-path-concat": 2, "no-sync": 2, "brace-style": [2, "1tbs"], "camelcase": 2, "consistent-this": [2, "self"], "eol-last": 2, "no-lonely-if": 2, "no-multiple-empty-lines": [2, { "max": 1 }], "new-cap": [2], "new-parens": 2, "semi-spacing": 2, "no-trailing-spaces": 2, "no-underscore-dangle": 0, "object-curly-spacing": 2, "quotes": [2, "single", "avoid-escape"], "semi": [2, "always"], "space-after-keywords": [2, "always"], "space-in-parens": [2, "never"], "space-infix-ops": 2, "space-unary-ops": [2, { "words": true, "nonwords": false }], "space-return-throw-case": 2, "space-before-function-paren": [2, { "anonymous": "always", "named": "never" }], "vars-on-top": 2, "no-bitwise": 2, "no-plusplus": 2 } }