mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-12 19:39:32 -05:00
Update eslint version (#1696)
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = {
|
||||
'quotes': [2, 'single'],
|
||||
'radix': 2,
|
||||
'semi': 2,
|
||||
'space-after-keywords': 2,
|
||||
'keyword-spacing': 2,
|
||||
'space-before-function-paren': 0,
|
||||
'space-in-parens': [2, 'never'],
|
||||
'space-infix-ops': 2,
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@attic/eslintrc",
|
||||
"version": "2.0.0",
|
||||
"version": "3.0.0",
|
||||
"description": "Shared eslintrc for noms",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"babel-eslint": "^5.0.4",
|
||||
"eslint-plugin-flow-vars": "^0.2.1",
|
||||
"eslint-plugin-react": "^3.16.1",
|
||||
"eslint": "^1.10.3"
|
||||
"babel-eslint": "^6.0.4",
|
||||
"eslint": "^2.11.1",
|
||||
"eslint-plugin-flow-vars": "^0.4.0",
|
||||
"eslint-plugin-react": "^5.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user