mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove lint from fixtures
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function foo() {}
|
||||
function foo () {}
|
||||
foo.bar = 'baz'
|
||||
|
||||
module.exports = foo
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
function foo() {}
|
||||
function foo () {}
|
||||
foo.bar = 'baz'
|
||||
foo.nested = {
|
||||
prop: 'yes'
|
||||
|
||||
4
spec/fixtures/module/remote-static.js
vendored
4
spec/fixtures/module/remote-static.js
vendored
@@ -1,9 +1,9 @@
|
||||
class Foo {
|
||||
static foo() {
|
||||
static foo () {
|
||||
return 3
|
||||
}
|
||||
|
||||
baz() {
|
||||
baz () {
|
||||
return 123
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user