Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Feng
2016-05-18 09:45:46 +0800
Commit
678084d3ebce412a793fff611815793ae6ce7820
1 parent
e8dfc2c7
update esline
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
.eslintrc
test/library/camel-case.test.js
.eslintrc
View file @
678084d
...
...
@@ -11,6 +11,5 @@
},
"parserOptions"
:
{
"sourceType"
:
"module"
},
"extends"
:
"yoho"
}
}
...
...
test/library/camel-case.test.js
View file @
678084d
...
...
@@ -13,7 +13,7 @@ test('camel case object', t => {
let
o
=
{
A_B
:
'ab_cd'
};
t
.
is
(
camelCase
(
o
).
aB
,
'ab_cd'
);
});
...
...
Please
register
or
login
to post a comment