diff --git a/package.json b/package.json index 612ba36c017c9876d568c3ccd02fa9d144c38986..45e1aaf322de1087cd69a292cd2a65ec55b957b5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "discordas.js", "scripts": { "test": "mocha -r ts-node/register test/config.ts test/test_*.ts test/**/test_*.ts", - "lint": "eslint -c .eslintrc --max-warnings 0 src/**/*.ts test/**/*.ts", + "lint": "eslint -c .eslintrc --max-warnings 200 src/**/*.ts test/**/*.ts", "coverage": "tsc && nyc mocha build/test/config.js build/test", "build": "tsc", "postinstall": "npm run build",