PHP Classes

File: editor/codemirror/test/lint.js

Recommend this page to a friend!
  Classes of Cedric Maenetja   Custom PHP HTML Parser   editor/codemirror/test/lint.js   Download  
File: editor/codemirror/test/lint.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Custom PHP HTML Parser
Process HTML to replace it with parameter values
Author: By
Last change:
Date: 1 year ago
Size: 480 bytes
 

Contents

Class file image Download
var blint = require("blint"); ["mode", "lib", "addon", "keymap"].forEach(function(dir) { blint.checkDir(dir, { browser: true, allowedGlobals: ["CodeMirror", "define", "test", "requirejs", "globalThis", "WeakSet"], ecmaVersion: 5, tabs: dir == "lib" }); }); ["src"].forEach(function(dir) { blint.checkDir(dir, { browser: true, allowedGlobals: ["WeakSet"], ecmaVersion: 6, semicolons: false }); }); module.exports = {ok: blint.success()};