mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-18 23:26:40 +00:00
8 lines
96 B
JavaScript
8 lines
96 B
JavaScript
module.exports = {
|
|
extends: 'semistandard',
|
|
env: {
|
|
browser: true,
|
|
node: true
|
|
}
|
|
};
|