Add license headers and eslint rules for them

This commit is contained in:
Fredrik Adelöw
2020-03-12 09:27:55 +01:00
parent e98ae65383
commit 1fec035351
119 changed files with 1921 additions and 41 deletions
+5
View File
@@ -0,0 +1,5 @@
module.exports = {
rules: {
'no-console': 0,
},
};