velsint
Version:
A module for Quill rich text editor to allow images to be resized.
34 lines (33 loc) • 631 B
Plain Text
{
"env": {
"browser": true,
"node": true,
"mocha": true,
"es6": true
},
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"forOf": true,
"es6": true,
"experimentalObjectRestSpread": true
}
},
"rules": {
"comma-dangle": [2, "always-multiline"],
"default-case": 1,
"dot-notation": 1,
"no-cond-assign": 1,
"no-constant-condition": 2,
"no-eval": 2,
"no-extend-native": 2,
"no-fallthrough": 2,
"no-lone-blocks": 1,
"no-loop-func": 1,
"no-redeclare": 1,
"no-unused-vars": 1,
"no-use-before-define": 0
}
}