Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_home
/
node_modules
/
collect.js
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_home/node_modules/collect.js/.eslintrc.js
module.exports = { extends: 'airbnb-base', parserOptions: { sourceType: 'script', }, plugins: [ 'import', 'markdown', ], rules: { 'curly': [ 'error', 'all', ], 'brace-style': [ 'error', '1tbs', { 'allowSingleLine': false }, ], 'no-console': 'error', 'no-ternary': 'error', 'newline-before-return': 'error', }, };