Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
Commits
33b4e465
Commit
33b4e465
authored
Aug 29, 2018
by
ζι
Committed by
εε³
Aug 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sort custom rule
parent
8545d506
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
.eslintrc.js
.eslintrc.js
+7
-7
No files found.
.eslintrc.js
View file @
33b4e465
...
@@ -11,18 +11,18 @@ module.exports = {
...
@@ -11,18 +11,18 @@ module.exports = {
},
},
rules
:
{
rules
:
{
'
react/jsx-filename-extension
'
:
[
1
,
{
extensions
:
[
'
.js
'
]
}],
'
react/jsx-filename-extension
'
:
[
1
,
{
extensions
:
[
'
.js
'
]
}],
'
import/no-unresolved
'
:
0
,
'
jsx-a11y/anchor-is-valid
'
:
0
,
'
react/jsx-wrap-multilines
'
:
0
,
'
react/jsx-wrap-multilines
'
:
0
,
'
import/no-extraneous-dependencies
'
:
0
,
'
consistent-return
'
:
0
,
'
react/prop-types
'
:
0
,
'
react/prop-types
'
:
0
,
'
jsx-a11y/click-events-have-key-events
'
:
0
,
'
jsx-a11y/no-static-element-interactions
'
:
0
,
'
react/prefer-stateless-function
'
:
0
,
'
react/prefer-stateless-function
'
:
0
,
'
jsx-a11y/no-noninteractive-element-interactions
'
:
0
,
'
react/forbid-prop-types
'
:
0
,
'
react/forbid-prop-types
'
:
0
,
'
react/jsx-one-expression-per-line
'
:
0
,
'
react/jsx-one-expression-per-line
'
:
0
,
'
import/no-unresolved
'
:
0
,
'
import/no-extraneous-dependencies
'
:
0
,
'
jsx-a11y/no-noninteractive-element-interactions
'
:
0
,
'
jsx-a11y/click-events-have-key-events
'
:
0
,
'
jsx-a11y/no-static-element-interactions
'
:
0
,
'
jsx-a11y/anchor-is-valid
'
:
0
,
'
consistent-return
'
:
0
,
},
},
settings
:
{
settings
:
{
polyfills
:
[
'
fetch
'
,
'
promises
'
],
polyfills
:
[
'
fetch
'
,
'
promises
'
],
...
...
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