mirror of
https://github.com/electron/electron.git
synced 2026-01-08 07:04:01 -05:00
chore: add .eslintrc.json for docs/fiddles (#47269)
This commit is contained in:
6
docs/fiddles/.eslintrc.json
Normal file
6
docs/fiddles/.eslintrc.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": "standard",
|
||||
"rules": {
|
||||
"import/order": "off"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user