PHP Classes

File: public/js/tinymce/src/ui/Gruntfile.js

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   GoLavaCMS   public/js/tinymce/src/ui/Gruntfile.js   Download  
File: public/js/tinymce/src/ui/Gruntfile.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GoLavaCMS
Publish content on Web pages with SEO support
Author: By
Last change:
Date: 6 years ago
Size: 316 bytes
 

Contents

Class file image Download
/*eslint-env node */ module.exports = function (grunt) { grunt.initConfig({ eslint: { options: { config: "../../.eslintrc" }, src: [ "src" ] } }); grunt.task.loadTasks("../../node_modules/grunt-eslint/tasks"); grunt.registerTask("default", ["eslint"]); };