mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-25 05:21:24 +01:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
module.exports = {
|
|
rules: {
|
|
// babel inserts `'use strict';` for us
|
|
strict: ['error', 'never']
|
|
}
|
|
};
|