mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-18 23:26:40 +00:00
Use prettier for linting and code formatting via eslint
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
module.exports = {
|
||||
extends: 'semistandard',
|
||||
env: {
|
||||
browser: true,
|
||||
node: true
|
||||
},
|
||||
extends: ["prettier"],
|
||||
plugins: ["prettier"],
|
||||
rules: {
|
||||
"prettier/prettier": "error"
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user