DEV: enable no-alert & no-console eslint rules

This commit is contained in:
Régis Hanol
2018-11-14 23:17:56 +01:00
parent 5852fe7975
commit 0f5aeab003
16 changed files with 87 additions and 80 deletions

View File

@ -1,3 +1,3 @@
export default function deprecated(msg) {
console.warn(`DEPRECATION: ${msg}`);
console.warn(`DEPRECATION: ${msg}`); // eslint-disable-line no-console
}