feat: Use prettier-eslint to format code
This commit is contained in:
committed by
mrugesh mohapatra
parent
1ba67c4e2b
commit
b13e5fb41a
@ -1,12 +1,10 @@
|
||||
const babelOptions = {
|
||||
presets: [
|
||||
'@babel/preset-env',
|
||||
'@babel/react'
|
||||
],
|
||||
presets: ['@babel/preset-env', '@babel/react'],
|
||||
plugins: [
|
||||
'@babel/plugin-proposal-function-bind',
|
||||
[
|
||||
'transform-imports', {
|
||||
'transform-imports',
|
||||
{
|
||||
'@freecodecamp/react-bootstrap': {
|
||||
transform: '@freecodecamp/react-bootstrap/lib/${member}',
|
||||
preventFullImport: true
|
||||
|
Reference in New Issue
Block a user