PHP Classes

File: .eslintrc

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   Laravel Nova Log Viewer   .eslintrc   Download  
File: .eslintrc
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Nova Log Viewer
Display information about logs in Laravel Nova
Author: By
Last change:
Date: 4 years ago
Size: 339 bytes
 

Contents

Class file image Download
{ "extends": [ "eslint:recommended", "plugin:vue/essential", "prettier" ], "parserOptions": { "ecmaVersion": 2017 }, "globals": { "Nova": true }, "env": { "browser": true, "node": true }, "rules": { "vue/html-indent": ["error", 4] } }