Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F5811110
.eslintrc.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
631 B
Referenced Files
None
Subscribers
None
.eslintrc.js
View Options
module
.
exports
=
{
root
:
true
,
parserOptions
:
{
parser
:
'babel-eslint'
,
sourceType
:
'module'
},
// https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
extends
:
[
'standard'
,
'plugin:vue/recommended'
],
// required to lint *.vue files
plugins
:
[
'vue'
],
// add your custom rules here
rules
:
{
// allow paren-less arrow functions
'arrow-parens'
:
0
,
// allow async-await
'generator-star-spacing'
:
0
,
// allow debugger during development
'no-debugger'
:
process
.
env
.
NODE_ENV
===
'production'
?
2
:
0
,
'vue/require-prop-types'
:
0
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 14, 3:29 AM (23 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
276008
Default Alt Text
.eslintrc.js (631 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment