시스템 업데이트트
This commit is contained in:
9
eslint.config.js
Normal file
9
eslint.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = [
|
||||
{
|
||||
rules: {
|
||||
"quotes": ["error", "double"],
|
||||
"indent": ["error", 2],
|
||||
"linebreak-style": ["error", "unix"]
|
||||
}
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user