mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 12:31:24 +01:00
15 lines
197 B
JavaScript
15 lines
197 B
JavaScript
module.exports = {
|
|
env: {
|
|
browser: true,
|
|
es2021: true,
|
|
},
|
|
extends: [
|
|
'airbnb-base',
|
|
],
|
|
parserOptions: {
|
|
ecmaVersion: 13,
|
|
sourceType: 'module',
|
|
},
|
|
rules: {
|
|
},
|
|
};
|