JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File ".eslintrc"

Full Path: /home/u703019046/domains/nawabs.com.au/public_html/node_modules/is-core-module/.eslintrc
File size: 339 bytes
MIME-type: text/plain
Charset: utf-8

{
    "extends": "@ljharb",
    "root": true,
    "rules": {
		"func-style": 1,
    },
    "overrides": [
        {
            "files": "test/**",
            "rules": {
                "global-require": 0,
				"max-depth": 0,
                "max-lines-per-function": 0,
				"no-negated-condition": 0,
            },
        },
    ],
}