PHP Classes

File: modules/system/.eslintrc.json

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/.eslintrc.json   Download  
File: modules/system/.eslintrc.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 1,231 bytes
 

Contents

Class file image Download
{ "env": { "es6": true, "browser": true }, "globals": { "Snowboard": "writable" }, "extends": [ "airbnb-base", "plugin:vue/vue3-recommended" ], "rules": { "class-methods-use-this": ["off"], "indent": ["error", 4, { "SwitchCase": 1 }], "max-len": ["off"], "new-cap": ["error", { "properties": false }], "no-alert": ["off"], "no-plusplus": "off", "no-param-reassign": ["error", { "props": false }], "vue/html-indent": ["error", 4], "vue/html-self-closing": ["error", { "html": { "void": "never", "normal": "any", "component": "always" }, "svg": "always", "math": "always" }], "vue/multi-word-component-names": ["off"] }, "ignorePatterns": [ "assets/js/eventlogs", "assets/js/framework.js", "assets/js/framework*.js", "assets/js/lang", "assets/js/mailbrandsettings", "assets/js/updates", "assets/ui", "assets/vendor", "tests/js", "**/build/*.js" ] }