firefox + llama.cpp == very good prose.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(eslint) add eslint-plugin-no-unsanitized

eagleusb b787b059 1174270c

+4
+2
eslint.config.js
··· 1 1 import tseslint from "typescript-eslint"; 2 2 import globals from "globals"; 3 3 import { defineConfig } from "eslint/config"; 4 + import noUnsanitized from "eslint-plugin-no-unsanitized"; 4 5 5 6 export default defineConfig( 6 7 { 7 8 ignores: ["dist/**", "node_modules/**"], 8 9 }, 9 10 ...tseslint.configs.recommended, 11 + noUnsanitized.configs.recommended, 10 12 { 11 13 languageOptions: { 12 14 ecmaVersion: 2024,
+1
package-lock.json
··· 11 11 "@types/firefox-webext-browser": "^143.0.0", 12 12 "copy-webpack-plugin": "^14.0.0", 13 13 "eslint": "^10.2.0", 14 + "eslint-plugin-no-unsanitized": "^4.1.5", 14 15 "globals": "^17.5.0", 15 16 "html-minimizer-webpack-plugin": "^6.0.0", 16 17 "ts-loader": "^9.5.7",
+1
package.json
··· 15 15 "@types/firefox-webext-browser": "^143.0.0", 16 16 "copy-webpack-plugin": "^14.0.0", 17 17 "eslint": "^10.2.0", 18 + "eslint-plugin-no-unsanitized": "^4.1.5", 18 19 "globals": "^17.5.0", 19 20 "html-minimizer-webpack-plugin": "^6.0.0", 20 21 "ts-loader": "^9.5.7",