PHP Classes

File: .eslintrc.js

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   WP Vue Kit Plugin   .eslintrc.js   Download  
File: .eslintrc.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WP Vue Kit Plugin
Vue.js plugin to build WordPress user interfaces
Author: By
Last change:
Date: 1 year ago
Size: 409 bytes
 

Contents

Class file image Download
module.exports = { extends: ['plugin:vue/essential', 'standard'], rules : { semi : ['error', 'always'], indent : ['error', 4], 'no-multi-spaces' : ['off'], 'key-spacing' : ['off'], 'space-before-function-paren': ['error', 'never'], camelcase : ['off'] } };