linted 32.9.2 → 32.9.3-rc.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/package.json
    CHANGED
    
    | 
         @@ -1,9 +1,9 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
     | 
    
         
            -
              "$pkg": "2211. 
     | 
| 
      
 2 
     | 
    
         
            +
              "$pkg": "2211.7.0",
         
     | 
| 
       3 
3 
     | 
    
         
             
              "$schema": "https://json.schemastore.org/package",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "name": "linted",
         
     | 
| 
       6 
     | 
    
         
            -
              "version": "32.9. 
     | 
| 
      
 6 
     | 
    
         
            +
              "version": "32.9.3-rc.0",
         
     | 
| 
       7 
7 
     | 
    
         
             
              "repository": "github:jimmy-zhening-luo/linted",
         
     | 
| 
       8 
8 
     | 
    
         
             
              "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
         
     | 
| 
       9 
9 
     | 
    
         
             
              "keywords": [
         
     | 
| 
         @@ -53,16 +53,15 @@ 
     | 
|
| 
       53 
53 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       54 
54 
     | 
    
         
             
                "@eslint/css": "0.13.0",
         
     | 
| 
       55 
55 
     | 
    
         
             
                "@eslint/json": "0.13.2",
         
     | 
| 
       56 
     | 
    
         
            -
                "@eslinted/core": "28.0. 
     | 
| 
       57 
     | 
    
         
            -
                "@eslinted/defaults": "16.0. 
     | 
| 
      
 56 
     | 
    
         
            +
                "@eslinted/core": "28.0.2",
         
     | 
| 
      
 57 
     | 
    
         
            +
                "@eslinted/defaults": "16.0.3",
         
     | 
| 
       58 
58 
     | 
    
         
             
                "@html-eslint/eslint-plugin": "0.47.0",
         
     | 
| 
       59 
     | 
    
         
            -
                "@stylistic/eslint-plugin": "5. 
     | 
| 
      
 59 
     | 
    
         
            +
                "@stylistic/eslint-plugin": "5.5.0",
         
     | 
| 
       60 
60 
     | 
    
         
             
                "eslint-plugin-chai-expect": "3.1.0",
         
     | 
| 
       61 
61 
     | 
    
         
             
                "eslint-plugin-chai-friendly": "1.1.0",
         
     | 
| 
       62 
62 
     | 
    
         
             
                "eslint-plugin-jsonc": "2.21.0",
         
     | 
| 
       63 
63 
     | 
    
         
             
                "eslint-plugin-mocha": "11.2.0",
         
     | 
| 
       64 
64 
     | 
    
         
             
                "eslint-plugin-yml": "1.19.0",
         
     | 
| 
       65 
     | 
    
         
            -
                "stylistic": "0.2.4",
         
     | 
| 
       66 
65 
     | 
    
         
             
                "typescript-eslint": "8.46.1"
         
     | 
| 
       67 
66 
     | 
    
         
             
              },
         
     | 
| 
       68 
67 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
         @@ -91,7 +90,7 @@ 
     | 
|
| 
       91 
90 
     | 
    
         
             
                "start:ts": "node .",
         
     | 
| 
       92 
91 
     | 
    
         
             
                "start:svelte": "vite preview --open",
         
     | 
| 
       93 
92 
     | 
    
         
             
                "prepublishOnly": "npm test",
         
     | 
| 
       94 
     | 
    
         
            -
                "publish: 
     | 
| 
      
 93 
     | 
    
         
            +
                "publish:release": "cmd --% /c \"for /f \"delims=-\" %a in (\"%npm_package_version%\") do if \"%a\" == \"%npm_package_version%\" (npm publish) else (npm publish --tag=next)\" || bash -c 'if [ \"${npm_package_version#*-}\" = \"${npm_package_version}\" ]; then npm publish; else npm publish --tag=next; fi'",
         
     | 
| 
       95 
94 
     | 
    
         
             
                "predeploy": "npm test",
         
     | 
| 
       96 
95 
     | 
    
         
             
                "deploy": ""
         
     | 
| 
       97 
96 
     | 
    
         
             
              },
         
     |