mirror of
https://github.com/HenShalom/json-version-control.git
synced 2026-05-15 14:15:49 -06:00
6 lines
109 B
JavaScript
6 lines
109 B
JavaScript
module.exports = {
|
|
extends: 'airbnb-base',
|
|
rules: {
|
|
'linebreak-style': ['error', 'windows'],
|
|
},
|
|
};
|