Skip to content

Commit 6ec582c

Browse files
committed
[push] remove eslint
1 parent 8eb0669 commit 6ec582c

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

Gruntfile.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ module.exports = function(grunt) {
4040
nodejs: {
4141
options: {
4242
configFile: 'bin/config/eslint/eslint_nodejs.json',
43-
ignorePattern: ["plugins/push/api/parts/apn"],
44-
fix: true
43+
ignorePattern: ["plugins/push/api/parts/apn"]
4544
},
4645
src: [
4746
'api/**/*.js',

plugins/push/.eslintrc.js

-28
This file was deleted.

0 commit comments

Comments
 (0)