eslint-recommended.js 180 Bytes
Newer Older
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * @fileoverview Stub eslint:recommended config
 * @author Nicholas C. Zakas
 */

"use strict";

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