Files
old-slucajna-televizija/web/node_modules/eslint-plugin-jsx-a11y/.eslintrc
2017-10-16 11:19:46 +02:00

14 lines
190 B
Plaintext

{
extends: [
"airbnb-base",
"plugin:flowtype/recommended"
],
parser: "babel-eslint",
plugins: [
"flowtype"
],
rules: {
'no-template-curly-in-string': 'off'
}
}