[atom] Remove unused lint exceptions (#47936)

This commit is contained in:
Jack Bates 2020-09-23 11:41:38 -07:00 committed by GitHub
parent c68e0f2281
commit aeae85685d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,6 @@
"await-promise": [true, "CancellablePromise"],
"indent": [true, "spaces", 4],
"max-line-length": [true, 100],
"no-any": true,
// TODOs
"no-declare-current-package": false
"no-any": true
}
}