PHP Classes

File: eslintrc.json

Recommend this page to a friend!
  Classes of Johnny Mast   Redbox PHP Track Website Visitors   eslintrc.json   Download  
File: eslintrc.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Redbox PHP Track Website Visitors
Track the arrival of users visiting a Web site
Author: By
Last change:
Date: 3 years ago
Size: 224 bytes
 

Contents

Class file image Download
{ "parserOptions": { "ecmaVersion": 6, "sourceType": "module", "ecmaFeatures": { "jsx": true } }, "rules": { "semi": "error" }, "env": { "browser": true }, "extends": "standard" }