Browse Source

⬆️ with eslintrc

pull/4075/head
Daniel 3 years ago
parent
commit
3e1d321301
  1. 5
      .eslintrc.json
  2. 1041
      package-lock.json
  3. 22
      package.json

5
.eslintrc.json

@ -37,6 +37,7 @@
}
],
"no-console": "error",
"no-negated-condition": "off",
"object-curly-spacing": [
"error",
"always"
@ -51,16 +52,12 @@
],
"unicorn/explicit-length-check": "off",
"unicorn/no-array-callback-reference": "off",
"unicorn/no-array-for-each": "off",
"unicorn/no-array-method-this-argument": "off",
"unicorn/no-for-loop": "off",
"unicorn/no-null": "off",
"unicorn/no-unused-properties": "error",
"unicorn/numeric-separators-style": "off",
"unicorn/prefer-array-flat": "off",
"unicorn/prefer-dom-node-dataset": "off",
"unicorn/prefer-module": "off",
"unicorn/prefer-prototype-methods": "off",
"unicorn/prefer-query-selector": "off",
"unicorn/prefer-spread": "off",
"unicorn/prevent-abbreviations": "off"

1041
package-lock.json generated

File diff suppressed because it is too large Load Diff

22
package.json

@ -33,23 +33,23 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@popperjs/core": "^2.10.2",
"bootstrap": "^5.1.1",
"bootstrap": "^5.1.3",
"chart.js": "^3.5.1",
"overlayscrollbars": "^1.13.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.2.5",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"autoprefixer": "^10.3.6",
"@rollup/plugin-typescript": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"autoprefixer": "^10.3.7",
"browser-sync": "^2.27.5",
"bundlewatch": "^0.3.2",
"del": "^6.0.0",
"eslint": "^7.32.0",
"eslint": "^8.0.1",
"eslint-config-xo": "^0.39.0",
"eslint-config-xo-typescript": "^0.45.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-unicorn": "^36.0.0",
"eslint-config-xo-typescript": "^0.45.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-unicorn": "^37.0.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-eslint7": "^0.3.2",
@ -61,12 +61,12 @@
"gulp-sass": "^5.0.0",
"gulp-stylelint": "^13.0.0",
"lockfile-lint": "^4.6.2",
"postcss": "^8.3.8",
"postcss": "^8.3.9",
"rollup": "^2.58.0",
"rtlcss": "^3.3.0",
"sass": "^1.42.1",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.4",
"typescript": "^4.4.3"
"typescript": "^4.4.4"
}
}

Loading…
Cancel
Save