mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-13 16:06:34 -05:00
10 lines
165 B
JavaScript
10 lines
165 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
"extends": "./config-data.js",
|
|
"rules": {
|
|
"key-spacing": [2, {"beforeColon": false, "afterColon": false}],
|
|
"indent": 0
|
|
}
|
|
};
|