mirror of
https://github.com/barkeser2002/bariskeser.github.io.git
synced 2026-09-25 01:00:08 +03:00
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
arrowParens: 'always',
|
|
singleQuote: true,
|
|
tabWidth: 2,
|
|
trailingComma: 'all',
|
|
};
|