2017-06-01 00:41:45 +03:00
|
|
|
// eslint-disable-next-line no-warning-comments
|
2017-05-18 21:21:33 +03:00
|
|
|
// TODO wait for eslint/eslint#3458
|
|
|
|
|
|
|
|
module.exports = {
|
2017-09-07 19:28:56 +03:00
|
|
|
extends: ['eslint:recommended', 'xo-space/esnext', 'react-app', 'prettier', 'prettier/react'],
|
2017-05-18 21:21:33 +03:00
|
|
|
rules: {
|
2017-06-21 19:48:15 +03:00
|
|
|
'capitalized-comments': 0
|
2017-05-18 21:21:33 +03:00
|
|
|
}
|
|
|
|
};
|