PHP Classes

File: system/dependencies/tracy/tracy/.eslintrc.js

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/tracy/tracy/.eslintrc.js   Download  
File: system/dependencies/tracy/tracy/.eslintrc.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: dFramework
Framework to build PHP applications
Author: By
Last change:
Date: 4 years ago
Size: 393 bytes
 

Contents

Class file image Download
module.exports = { 'env': { 'browser': true }, 'parserOptions': { 'ecmaVersion': 6 }, 'globals': { 'Tracy': true }, 'extends': 'eslint:recommended', 'rules': { 'indent': ['error', 'tab'], 'quotes': ['error', 'single'], 'semi': ['error', 'always'], 'prefer-arrow-callback': ['error'], 'arrow-parens': ['error'], 'arrow-spacing': ['error'], 'no-var': ['error'] } };