3dbrain
3dbrain copied to clipboard
152 http://eslint.org/docs/rules/linebreak-style
Hi there,
We have tried to start project but the npm return eslint errors:
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:351:57
this.updateBurbleUp(progress.p);
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:352:65
this.mainBrain.orbitControls.target.set(
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:353:38
target.x,
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:354:51
target.y - progress.p,
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:355:38
target.z,
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:356:27
);
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:357:60
this.mainBrain.camera.position.set(
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:358:41
cameraPos.x,
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:359:54
cameraPos.y - progress.p,
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:360:41
cameraPos.z,
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:361:27
);
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:362:23
},
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:363:19
},
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:364:15
);
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:365:10
}
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:366:6
}
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:367:2
}
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:368:1
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\services\thinkingAnimation.js:369:34
export default ThinkingAnimation;
^
✘ 369 problems (369 errors, 0 warnings)
Errors:
369 http://eslint.org/docs/rules/linebreak-style
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\views\AbstractApplication.js:1:32
import * as THREE from "three";
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\views\AbstractApplication.js:2:35
import io from "socket.io-client";
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\views\AbstractApplication.js:3:51
import "three/examples/js/controls/OrbitControls";
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\views\AbstractApplication.js:4:64
import "three/examples/js/modifiers/BufferSubdivisionModifier";
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\views\AbstractApplication.js:5:54
import Stats from "three/examples/js/libs/stats.min";
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\views\AbstractApplication.js:6:9
import {
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\views\AbstractApplication.js:7:18
EffectComposer,
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\views\AbstractApplication.js:8:14
GlitchPass,
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\views\AbstractApplication.js:9:12
BlurPass,
^
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
✘ http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\js\views\AbstractApplication.js:140:67
this.a_camera.aspect = window.innerWidth / window.innerHeight;
U can help us ?
managed to solve?