eslint-config-tencent 1.1.2 → 1.2.0
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/NOTICE +3 -0
- package/README.md +178 -178
- package/base-legacy.js +1 -1
- package/base.js +9 -6
- package/flat/base.js +9 -6
- package/flat/import.js +5 -5
- package/flat/index.js +26 -11
- package/flat/prettier.js +5 -5
- package/flat/ts.js +19 -16
- package/import.js +5 -5
- package/package.json +13 -9
- package/prettier.js +5 -5
- package/ts-legacy.js +1 -1
- package/ts.js +30 -23
package/NOTICE
CHANGED
|
@@ -17,6 +17,9 @@ Open Source Coding Guideline Licensed under the MIT License:
|
|
|
17
17
|
1. typescript-eslint
|
|
18
18
|
Copyright (c) 2019 typescript-eslint and other contributors
|
|
19
19
|
|
|
20
|
+
2. ESLint Stylistic
|
|
21
|
+
Copyright (c) 2023 ESLint Stylistic contributors
|
|
22
|
+
|
|
20
23
|
|
|
21
24
|
Terms of the MIT License:
|
|
22
25
|
--------------------------------------------------------------------
|