mirror of
https://github.com/speice-io/isomorphic-rust
synced 2025-07-01 05:46:02 -04:00
Get most of yew in place
Doesn't actually run though...
This commit is contained in:
9
percy_patched_webpack/.eslintrc
Normal file
9
percy_patched_webpack/.eslintrc
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "eslint-config-airbnb",
|
||||
"rules": {
|
||||
"import/extensions": 0,
|
||||
"import/no-extraneous-dependencies": 0,
|
||||
"import/no-unresolved": [2, { "ignore": ["electron"] }],
|
||||
"linebreak-style": 0
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user