mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-24 13:01:24 +01:00
12 lines
164 B
JavaScript
12 lines
164 B
JavaScript
/**
|
|
* @fileoverview Stub eslint:all config
|
|
* @author Nicholas C. Zakas
|
|
*/
|
|
|
|
"use strict";
|
|
|
|
module.exports = {
|
|
settings: {
|
|
"eslint:all": true
|
|
}
|
|
};
|