mirror of
https://github.com/themitosan/fpPS4-Temmie-s-Launcher.git
synced 2025-04-02 10:31:50 -04:00
11 lines
184 B
JavaScript
11 lines
184 B
JavaScript
module.exports = {
|
|
root: true,
|
|
parserOptions: {
|
|
sourceType: 'module'
|
|
},
|
|
extends: 'airbnb-base',
|
|
rules: {
|
|
'linebreak-style': 0,
|
|
'import/no-unresolved': 0,
|
|
},
|
|
};
|