PHP Classes

File: eslintrc.json

Recommend this page to a friend!
  Classes of Johnny Mast   PHP MySQL WebSocket Chat   eslintrc.json   Download  
File: eslintrc.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP MySQL WebSocket Chat
Websocket chat that stores messages in MySQL
Author: By
Last change: Update of eslintrc.json
Date: 1 year 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" }