Skip to content

Commit 8818ba9

Browse files
committed
Continue major cleanup and style fixes
1 parent 077fcf7 commit 8818ba9

File tree

14 files changed

+2340
-281
lines changed

14 files changed

+2340
-281
lines changed

.eslintrc.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ module.exports = {
1515
"tab"
1616
],
1717
"linebreak-style": [
18-
"error",
19-
"unix"
18+
"off"
2019
],
2120
"quotes": [
2221
"warn",
@@ -31,6 +30,6 @@ module.exports = {
3130
],
3231
"no-unused-vars": [
3332
"warn"
34-
]
33+
],
3534
}
3635
};

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "Web-based Attorney Online client",
55
"main": "client.js",
66
"scripts": {
7-
"babel": "babel ui.js -o ui.b.js",
87
"webpack": "webpack",
98
"deploy": "cross-env NODE_ENV=production webpack -p",
109
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)