@entreprise-os/eslint-config 1.0.0 → 2.1.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.
Files changed (3) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +1 -1
  3. package/CHANGELOG.md +0 -7
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ Copyright (c) 2025 Quartier Intelligence Artificielle Inc.
2
+
3
+ All rights reserved.
4
+
5
+ This software and associated documentation files (the "Software") are the proprietary
6
+ property of Quartier Intelligence Artificielle Inc. and are protected by copyright law
7
+ and international treaties.
8
+
9
+ Unauthorized copying, modification, distribution, or use of this Software, via any
10
+ medium, is strictly prohibited without the express written permission of
11
+ Quartier Intelligence Artificielle Inc.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
14
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
15
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL QUARTIER INTELLIGENCE
16
+ ARTIFICIELLE INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
17
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
18
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19
+
20
+ For licensing inquiries, please contact:
21
+ Quartier Intelligence Artificielle Inc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entreprise-os/eslint-config",
3
- "version": "1.0.0",
3
+ "version": "2.1.0",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
package/CHANGELOG.md DELETED
@@ -1,7 +0,0 @@
1
- # @entreprise-os/eslint-config
2
-
3
- ## 1.0.0
4
-
5
- ### Major Changes
6
-
7
- - init