eslint-all.js 164 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * @fileoverview Stub eslint:all config
 * @author Nicholas C. Zakas
 */

"use strict";

module.exports = {
    settings: {
        "eslint:all": true
    }
};