Skip to content

Commit

Permalink
chore: update formatting
Browse files Browse the repository at this point in the history
from npm run format
  • Loading branch information
schwartzadev committed May 27, 2020
1 parent bfab403 commit bc62352
Show file tree
Hide file tree
Showing 5 changed files with 14,840 additions and 56,210 deletions.
10 changes: 5 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ module.exports = {
'sample-chart-data',
],
'import/resolver': {
'alias': [
alias: [
['~components', './src/components'],
['~context', './src/context'],
['~data', './src/data'],
['~pages', './src/pages'],
['~scss', './src/scss'],
['~templates', './src/templates'],
['~utilities', './src/utilities'],
]
}
['~templates', './src/templates'],
['~utilities', './src/utilities'],
],
},
},
}
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The COVID Tracking Project Code of Conduct

The COVID Tracking Project follows the [code of conduct defined in this document](https://github.com/COVID19Tracking/code-of-conduct/blob/master/CODE_OF_CONDUCT.md).
The COVID Tracking Project follows the [code of conduct defined in this document](https://github.com/COVID19Tracking/code-of-conduct/blob/master/CODE_OF_CONDUCT.md).
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"~pages/*": ["src/pages/*"],
"~scss/*": ["src/scss/*"],
"~templates/*": ["src/templates/*"],
"~utilities/*": ["src/utilities/*"],
"~utilities/*": ["src/utilities/*"]
}
},
"include": ["src/**/*"]
Expand Down
6 changes: 3 additions & 3 deletions setupTests.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// setup file
import { configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import { configure } from 'enzyme'
import Adapter from 'enzyme-adapter-react-16'

configure({ adapter: new Adapter() });
configure({ adapter: new Adapter() })
Loading

0 comments on commit bc62352

Please sign in to comment.