Files
old-slucajna-televizija/web/node_modules/eslint-plugin-jsx-a11y/.eslintrc

14 lines
190 B
Plaintext
Raw Normal View History

2017-10-16 11:19:46 +02:00
{
extends: [
"airbnb-base",
"plugin:flowtype/recommended"
],
parser: "babel-eslint",
plugins: [
"flowtype"
],
rules: {
'no-template-curly-in-string': 'off'
}
}