Move from prettier-eslint to eslint-plugin-prettier, update dependencies
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const bcrypt = require('bcrypt');
|
||||
import bcrypt from 'bcrypt';
|
||||
|
||||
exports.seed = (knex) => {
|
||||
exports.seed = knex => {
|
||||
const date = new Date().toUTCString();
|
||||
|
||||
return knex('user').insert({
|
||||
|
||||
Reference in New Issue
Block a user