Files
web/package.json
dependabot-preview[bot] ad01f75573 Bump xo from 0.29.0 to 0.29.1 (#1219)
Bumps [xo](https://github.com/xojs/xo) from 0.29.0 to 0.29.1.
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](https://github.com/xojs/xo/compare/v0.29.0...v0.29.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-18 09:57:40 +03:00

71 lines
1.6 KiB
JSON

{
"name": "AdminLTE",
"version": "1.0.0",
"private": true,
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/pi-hole/AdminLTE.git"
},
"keywords": [],
"author": "",
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/pi-hole/AdminLTE/issues"
},
"homepage": "https://github.com/pi-hole/AdminLTE#readme",
"scripts": {
"xo": "xo",
"xo:fix": "npm run xo -- --fix",
"test": "npm run xo"
},
"devDependencies": {
"xo": "^0.29.1"
},
"prettier": {
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "auto",
"printWidth": 100,
"singleQuote": false,
"trailingComma": "none"
},
"xo": {
"envs": [
"browser",
"jquery"
],
"parserOptions": {
"ecmaVersion": 3,
"sourceType": "script"
},
"esnext": false,
"prettier": true,
"space": 2,
"ignores": [
"**/vendor/**"
],
"rules": {
"camelcase": "off",
"capitalized-comments": "off",
"new-cap": "off",
"no-alert": "off",
"no-negated-condition": "off",
"one-var": "off",
"radix": "off",
"spaced-comment": "off",
"unicorn/explicit-length-check": "off",
"unicorn/filename-case": "off",
"unicorn/no-for-loop": "off",
"unicorn/no-zero-fractions": "off",
"unicorn/prefer-includes": "off",
"unicorn/prefer-node-append": "off",
"unicorn/prefer-number-properties": "off",
"unicorn/prefer-query-selector": "off",
"unicorn/prefer-string-slice": "off",
"unicorn/prevent-abbreviations": "off",
"unicorn/string-content": "off"
}
}
}