-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrated eslint to
iobroker.eslint-config
(#586)
* Fixed i18n structure * READMY correction * Changed import * as fs from 'fs' to import { existsSync } from 'fs' (and similar) * Changed import * as fs from 'fs' to import { existsSync } from 'fs' (and similar) * Fixed linter * also fix lint warnings * remove the unneeded dependencies --------- Co-authored-by: foxriver76 <[email protected]>
- Loading branch information
1 parent
618bf08
commit 9b90d1c
Showing
43 changed files
with
7,894 additions
and
6,121 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"plugins": ["license"], | ||
"exec": { | ||
"before_commit": "npm run build" | ||
} | ||
"plugins": ["license"], | ||
"exec": { | ||
"before_commit": "npm run build" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.