CURRENT PATH:
/
home
/
dnsimamg
/
mail
/
tmp
/
node_modules
/
collect.js
/
KEMBALI
|
HOME
Upload File Local:
Upload
Upload via URL:
Download
Dir Baru
File Baru
Editing:
.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', }, };
SIMPAN
BATAL