https://pvzm.net/ to play [Read-only GitHub mirror] pvzm.net
modded vs pvz plants-vs-zombies plantsvszombies javascript online zombie noads jspvz pvzm game plants plant
1
fork

Configure Feed

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

Remove eqeqeq-fix rule and plugin from .oxlintrc.json

Removed eqeqeq-fix rule and plugin from configuration.

authored by

Clay and committed by
GitHub
85ce0e6e 0cb1e767

-2
-2
.oxlintrc.json
··· 12 12 "files": ["**/*.{js,mjs,cjs}"], 13 13 "rules": { 14 14 "curly": ["error", "all"], 15 - "eqeqeq-fix/eqeqeq": ["error", "smart"], 16 15 "prefer-spread": "error", 17 16 "prefer-rest-params": "error", 18 17 "no-sequences": "error", ··· 29 28 "no-lonely-if": "warn", 30 29 "no-extra-boolean-cast": "warn" 31 30 }, 32 - "jsPlugins": ["eslint-plugin-eqeqeq-fix"], 33 31 "env": { 34 32 "browser": true 35 33 }