diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index f6fbb297..00000000 --- a/.eslintignore +++ /dev/null @@ -1,7 +0,0 @@ -.nyc_output/ -arc-proxy-* -coverage/ -dist.js -scratch/ -src/http/get-index -types/ diff --git a/package.json b/package.json index bdb8d572..8b07e690 100644 --- a/package.json +++ b/package.json @@ -79,12 +79,6 @@ "api gateway", "framework" ], - "eslintConfig": { - "extends": "@architect/eslint-config", - "rules": { - "global-require": "off" - } - }, "tsd": { "compilerOptions": { "strict": false