Skip to content

Commit

Permalink
airbnb attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
placenamehere committed Nov 30, 2017
1 parent c8ca0d0 commit 91a3cb0
Show file tree
Hide file tree
Showing 3 changed files with 10,748 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/react-scripts/config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ module.exports = {
eslintPath: require.resolve('eslint'),
// @remove-on-eject-begin
baseConfig: {
extends: [require.resolve('eslint-config-react-app')],
extends: [require.resolve('eslint-config-airbnb')],
},
ignore: false,
useEslintrc: false,
// useEslintrc: false,
// @remove-on-eject-end
},
loader: require.resolve('eslint-loader'),
Expand Down Expand Up @@ -167,8 +167,8 @@ module.exports = {
loader: require.resolve('babel-loader'),
options: {
// @remove-on-eject-begin
babelrc: false,
presets: [require.resolve('babel-preset-react-app')],
// babelrc: false,
presets: [require.resolve('babel-preset-airbnb')],
// @remove-on-eject-end
// This is a feature of `babel-loader` for webpack (not Babel itself).
// It enables caching results in ./node_modules/.cache/babel-loader/
Expand Down
Loading

0 comments on commit 91a3cb0

Please sign in to comment.