Commit af95f10c authored by analog-nico's avatar analog-nico
Browse files

chore: updated lint settings

parent b0574989
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -100,7 +100,7 @@
    "no-shadow-restricted-names": 2,
    "no-shadow-restricted-names": 2,
    "no-undef": [2, { "typeof": true }],
    "no-undef": [2, { "typeof": true }],
    "no-undef-init": 2,
    "no-undef-init": 2,
    "no-undefined": 2,
    "no-undefined": 0,
    "no-unused-vars": [2, { "vars": "local", "args": "none", "caughtErrors": "none" }],
    "no-unused-vars": [2, { "vars": "local", "args": "none", "caughtErrors": "none" }],
    "no-use-before-define": [2, { "functions": false, "classes": true }],
    "no-use-before-define": [2, { "functions": false, "classes": true }],


+0 −4
Original line number Original line Diff line number Diff line
@@ -7,10 +7,6 @@
  },
  },
  "rules": {
  "rules": {


    // Variables

    "no-undefined": 0,

    // Node.js and CommonJS
    // Node.js and CommonJS


    "no-process-env": 0,
    "no-process-env": 0,