forked from DebaucheryLibrarian/traxxx
Added source maps. Fixed DDFNetwork avatar and improved photo fetch error handling.
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"rules": {
|
||||
"no-unused-vars": ["error", {"argsIgnorePattern": "^_"}],
|
||||
"no-console": 0,
|
||||
"indent": ["error", 4],
|
||||
"indent": "off",
|
||||
"template-curly-spacing": "off",
|
||||
"max-len": [2, {
|
||||
"code": 300,
|
||||
"tabWidth": 4,
|
||||
@@ -21,7 +22,7 @@
|
||||
"no-param-reassign": ["error", {
|
||||
"props": true,
|
||||
"ignorePropertyModificationsFor": ["state", "acc"]
|
||||
}]
|
||||
}],
|
||||
},
|
||||
"globals": {
|
||||
"CONFIG": true
|
||||
|
||||
Reference in New Issue
Block a user