PHP Classes

File: assets/gallerytypes/viewerjs/.eslintrc

Recommend this page to a friend!
  Classes of Goffy G   wgGallery   assets/gallerytypes/viewerjs/.eslintrc   Download  
File: assets/gallerytypes/viewerjs/.eslintrc
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: wgGallery
Image gallery module for XOOPS CMS
Author: By
Last change:
Date: 3 years ago
Size: 239 bytes
 

Contents

Class file image Download
{ "root": true, "extends": "airbnb-base", "env": { "browser": true }, "rules": { "no-param-reassign": "off", "no-restricted-properties": "off", "valid-jsdoc": ["error", { "requireReturn": false }] } }