mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-09-08 15:48:59 +00:00
bring in sendosc and convert to npm workspaces
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
env: {
|
||||
node: true,
|
||||
commonjs: true,
|
||||
es2021: true,
|
||||
},
|
||||
extends: ['airbnb', 'prettier'],
|
||||
parserOptions: {
|
||||
ecmaVersion: 'latest',
|
||||
},
|
||||
ignorePatterns: ["**/node_modules", "**/dist"]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user