Skip to content

Commit

Permalink
remove prettier as it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
faizjamil committed Jun 2, 2023
1 parent 53c1326 commit 4c50ae9
Show file tree
Hide file tree
Showing 5 changed files with 1,899 additions and 2,099 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"eslint:recommended",
"plugin:react/recommended",
"plugin:proposal/recommended",
"prettier",
"airbnb"
],
"plugins": ["import", "node", "promise", "proposal", "react", "react-hooks"],
Expand Down
2 changes: 0 additions & 2 deletions .prettierignore

This file was deleted.

13 changes: 0 additions & 13 deletions .prettierrc

This file was deleted.

6 changes: 0 additions & 6 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const path = require('path');
const ESLintLoader = require('eslint-webpack-plugin');
const PrettierLoader = require('prettier-webpack-plugin');
const NodemonPlugin = require('nodemon-webpack-plugin');
const TerserPlugin = require('terser-webpack-plugin');

Expand Down Expand Up @@ -32,10 +31,6 @@ module.exports = {
test: /\.(js|jsx)$/,
exclude: /node_modules/,
use: ['babel-loader']
},
{
test: /\.(scss|css)$/,
use: ['style-loader', 'css-loader', 'sass-loader']
}
]
},
Expand All @@ -59,7 +54,6 @@ module.exports = {
fix: true,
files: ['**/*.jsx', '**/*.js']
}),
new PrettierLoader({ extensions: ['.scss'] }),
new NodemonPlugin({
// If using more than one entry, you can specify
// which output file will be restarted.
Expand Down
Loading

0 comments on commit 4c50ae9

Please sign in to comment.