mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-24 04:59:25 +08:00
Add Chinese translations (cn & tw) (#190)
* - Add Chinese translation - Fix code style with eslint * Check and revise * Added traditional Chinese * Check and revise * fix Typo
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
module.exports = {
|
||||
env: {
|
||||
'browser': true,
|
||||
'node': true
|
||||
'node': true,
|
||||
},
|
||||
extends: [
|
||||
'eslint:recommended',
|
||||
'plugin:vue/recommended',
|
||||
],
|
||||
parserOptions: {
|
||||
parser: "babel-eslint",
|
||||
parser: 'babel-eslint',
|
||||
ecmaVersion: 2018,
|
||||
sourceType: 'module',
|
||||
},
|
||||
|
Reference in New Issue
Block a user