Revision f41bf2f7c5640da7a17872cb9f4dc0175246b100 authored by Mark Otto on 27 July 2021, 05:14:24 UTC, committed by GitHub on 27 July 2021, 05:14:24 UTC
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
1 parent 7646f6b
Raw File
.eslintrc.json
{
  "env": {
    "browser": false,
    "node": true
  },
  "parserOptions": {
    "sourceType": "script"
  },
  "extends": "../.eslintrc.json",
  "rules": {
    "no-console": "off",
    "strict": "error"
  }
}
back to top