remove Tabletop dependency (#2)

* reformat and remove Tabletop dependency

* add an eslint file

* remove Tabletop from linter file
This commit is contained in:
2016-10-02 17:36:28 -04:00
committed by GitHub
parent 6d7fa5b675
commit 90e327b548
5 changed files with 1316 additions and 598 deletions

31
.eslintrc Normal file
View File

@@ -0,0 +1,31 @@
{
"rules": {
"indent": [
2,
4
],
"quotes": [
2,
"single"
],
"linebreak-style": [
2,
"unix"
],
"semi": [
2,
"always"
],
"strict": [
2,
"never"
]
},
"env": {
"browser": true
},
"globals": {
"Sheetsee": true,
"$": true
}
}