{ "name": "markup2", "version": "0.6.2", "author": 12, "contributors": ["y", "cherry", "nicole"], "description": "sbs/qcs markup parser", "keywords": ["markup", "12y2", "12y", "bbcode"], "license": "only my friends are allowed to use this", "repository": "github:12Me21/markup2", "eslintConfig": { "root": true, "ignorePatterns": [ "*", "!parse.js", "!langs.js", "!legacy.js", "!render.js", "!helpers.js", "!runtime.js", "!static-render.js" ], "env": { "shared-node-browser": true }, "parserOptions": { "ecmaVersion": 2015, "sourceType": "script", "//": "alternatively, ecmaVersion=2022 and sourceType=module" }, "globals": { "module": "readonly", "Symbol": "readonly" }, "overrides": [{ "files": ["render.js", "helpers.js", "runtime.js"], "env": {"browser": true} }, { "files": ["helpers.js"], "globals": { "Markup_Langs": "readonly", "Markup_12y2": "readonly", "Markup_Legacy": "readonly", "Markup_Render_Dom": "readonly" } }], "extends": "eslint:recommended", "rules": { "semi": ["warn", "never"], "semi-style": ["warn", "first"], "no-extra-semi": ["off"], "no-irregular-whitespace": ["off"], "indent": ["error", "tab"], "no-mixed-spaces-and-tabs": ["error", "smart-tabs"], "linebreak-style": ["error"], "no-unreachable": ["off"], "no-cond-assign": ["off"], "no-unused-vars": ["error", {"args": "none"}], "no-empty": ["off"], "no-constant-condition": ["off"], "no-unsafe-finally": ["off"], "no-var": ["error"], "array-bracket-newline": ["warn", "consistent"], "array-bracket-spacing": ["warn", "never"], "block-spacing": ["warn", "always"], "comma-dangle": ["warn", { "arrays": "always-multiline", "objects": "always-multiline", "functions": "never" }], "no-useless-escape": ["off"], "comma-spacing": ["warn"], "comma-style": ["warn"], "computed-property-spacing": ["warn"], "dot-location": ["error", "property"], "func-call-spacing": ["error"], "keyword-spacing": ["warn"], "max-len": ["error", {"code": 400}], "new-parens": ["warn"], "no-extra-parens": ["warn"], "no-trailing-spaces": ["warn", {"skipBlankLines": true}], "no-whitespace-before-property": ["error"], "object-curly-newline": ["warn"], "operator-linebreak": ["error"] } }, "": 0}