P5-3564 - Add eslint and run with --fix

This commit is contained in:
Anders Gustafsson
2019-02-22 14:25:19 +01:00
parent 8c1fc65d72
commit c89c1ce609
47 changed files with 4355 additions and 3393 deletions
+12 -12
View File
@@ -1,16 +1,16 @@
'use strict';
module.exports = {
text: {
fontFamily: 'breuer',
fontSize: 12,
fill: '#ffffff',
originX: 'center',
top: 2,
},
rect: {
fill: '#666666',
height: 20,
originX: 'center',
},
text: {
fontFamily: 'breuer',
fontSize: 12,
fill: '#ffffff',
originX: 'center',
top: 2,
},
rect: {
fill: '#666666',
height: 20,
originX: 'center',
},
};