@open-xchange/linter-presets 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/dist/eslint/config/ts.js +0 -6
- package/dist/eslint/env/codecept.js +0 -6
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
package/dist/eslint/config/ts.js
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (C) Open-Xchange GmbH, Germany <info@open-xchange.com>
|
|
3
|
-
*
|
|
4
|
-
* This program is proprietary software and licensed to you under Open-Xchange
|
|
5
|
-
* GmbH's Software License Agreement.
|
|
6
|
-
*/
|
|
7
1
|
import typescriptEslint from "typescript-eslint";
|
|
8
2
|
import { NO_UNUSED_VARS_OPTIONS } from "../shared/env-utils.js";
|
|
9
3
|
// functions ==================================================================
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (C) Open-Xchange GmbH, Germany <info@open-xchange.com>
|
|
3
|
-
*
|
|
4
|
-
* This program is proprietary software and licensed to you under Open-Xchange
|
|
5
|
-
* GmbH's Software License Agreement.
|
|
6
|
-
*/
|
|
7
1
|
import codeceptPlugin from "eslint-plugin-codeceptjs";
|
|
8
2
|
import chaiExpectPlugin from "eslint-plugin-chai-expect";
|
|
9
3
|
import { concatConfigs, createConfig, customRules } from "../shared/env-utils.js";
|
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://json.schemastore.org/package",
|
|
3
2
|
"name": "@open-xchange/linter-presets",
|
|
4
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
5
4
|
"description": "Configuration presets for ESLint and StyleLint",
|
|
6
5
|
"repository": {
|
|
7
6
|
"url": "https://gitlab.open-xchange.com/fspd/npm-packages/linter-presets"
|
|
@@ -46,7 +45,7 @@
|
|
|
46
45
|
"eslint-plugin-jsx-a11y": "6.9.0",
|
|
47
46
|
"eslint-plugin-jsx-expressions": "1.3.2",
|
|
48
47
|
"eslint-plugin-license-header": "0.6.1",
|
|
49
|
-
"eslint-plugin-n": "17.
|
|
48
|
+
"eslint-plugin-n": "17.10.1",
|
|
50
49
|
"eslint-plugin-promise": "7.0.0",
|
|
51
50
|
"eslint-plugin-react": "7.35.0",
|
|
52
51
|
"eslint-plugin-react-hooks": "4.6.2",
|