| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/studiokobylisy_cz/www/wp-content/themes/studiokobylisy/ |
Upload File : |
{
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"requireConfigFile": false
},
"plugins": ["babel"],
"extends": ["airbnb/base"],
"env": {
"browser": true,
"jquery": true,
"es6": true
},
"globals": {
"Promise": true
},
"rules": {
"quotes": [2, "double", { "avoidEscape": true, "allowTemplateLiterals": true }],
"indent": ["warn", 3],
"max-len": ["error", 150],
"no-tabs": 0,
"comma-dangle": 0,
"no-underscore-dangle": [2, { "allow": ["_this"] }],
"no-param-reassign": [2, { "props": false }],
"no-multiple-empty-lines": 0
},
"settings": {
"import/resolver": {
"typescript": {},
"node": {
"extensions": [".js", ".jsx", ".ts", ".tsx"],
"paths": ["node_modules/", "node_modules/@types"]
}
}
}
}