Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
7cf89d61
Unverified
Commit
7cf89d61
authored
Oct 28, 2019
by
Robert Knight
Committed by
GitHub
Oct 28, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1463 from hypothesis/dependabot/npm_and_yarn/eslint-6.6.0
Bump eslint from 6.5.1 to 6.6.0
parents
054334c6
61bcf98b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
101 additions
and
74 deletions
+101
-74
.eslintrc
.eslintrc
+4
-1
yarn.lock
yarn.lock
+97
-73
No files found.
.eslintrc
View file @
7cf89d61
...
...
@@ -5,6 +5,9 @@
},
"rules": {
// Suppressed to make ESLint v6 migration easier.
"no-prototype-builtins": "off"
"no-prototype-builtins": "off",
// Handled by Prettier.
"comma-dangle": "off"
}
}
yarn.lock
View file @
7cf89d61
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment