Skip to content

Commit 05b119c

Browse files
greenkeeperio-botbeefancohen
authored andcommitted
Update eslint-config-airbnb-base to version 7.0.0 🚀 (#86)
* chore(package): update eslint-config-airbnb-base to version 7.0.0 https://greenkeeper.io/ * [dev] - Turn off no-template-curly-in-string lint error for this project. This causes an issue with testing template strings in JSX, as they should be represented as a template string within a string, like "<div className='foo-${color}' />"
1 parent c6637c6 commit 05b119c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
extends: "airbnb-base"
2+
extends: "airbnb-base",
3+
rules: {
4+
'no-template-curly-in-string': 'off'
5+
}
36
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"babel-preset-es2015": "^6.6.0",
3333
"coveralls": "^2.11.8",
3434
"eslint": "^3.0.0",
35-
"eslint-config-airbnb-base": "^5.0.0",
35+
"eslint-config-airbnb-base": "^7.0.0",
3636
"eslint-plugin-import": "^1.8.1",
3737
"istanbul": "^1.0.0-alpha.2",
3838
"mocha": "^3.0.0",

0 commit comments

Comments
 (0)